Pular para o conteúdo

Type highlighting

Atualizado em Ver como Markdown

The Type component is used 1256 times on 71 pages.

See all examples of pages that use Type

Used 1256 times.

Pages

Partials

Type

import { Type } from "~/components";

<Type text="Promise<T | string | ArrayBuffer>" />

MetaInfo

import { MetaInfo } from "~/components";

<MetaInfo text="(default: false) optional" />

Combined example

import { Type, MetaInfo } from "~/components";

- `name` <Type text="string" />
  - The name of your service.
- `local` <Type text="boolean" /> <MetaInfo text="(default: true) optional" />
  - If the service should run locally or not.