Skip to content

field

field

Type Aliases

Content

type Content = ReturnType<typeof Content>;

Defined in: packages/ui/build/field/field-content.svelte.d.ts:3


Description

type Description = ReturnType<typeof Description>;

Defined in: packages/ui/build/field/field-description.svelte.d.ts:3


Error

type Error = ReturnType<typeof Error>;

Defined in: packages/ui/build/field/field-error.svelte.d.ts:10


Field

type Field = ReturnType<typeof Field>;

Defined in: packages/ui/build/field/field.svelte.d.ts:27


FieldGroup

type FieldGroup = ReturnType<typeof FieldGroup>;

Defined in: packages/ui/build/field/field-group.svelte.d.ts:3


FieldLabel

type FieldLabel = ReturnType<typeof FieldLabel>;

Defined in: packages/ui/build/field/field-label.svelte.d.ts:1


FieldLegend

type FieldLegend = ReturnType<typeof FieldLegend>;

Defined in: packages/ui/build/field/field-legend.svelte.d.ts:6


FieldOrientation

type FieldOrientation = VariantProps<typeof fieldVariants>["orientation"];

Defined in: packages/ui/build/field/field.svelte.d.ts:21


FieldSeparator

type FieldSeparator = ReturnType<typeof FieldSeparator>;

Defined in: packages/ui/build/field/field-separator.svelte.d.ts:7


FieldSet

type FieldSet = ReturnType<typeof FieldSet>;

Defined in: packages/ui/build/field/field-set.svelte.d.ts:3


FieldTitle

type FieldTitle = ReturnType<typeof FieldTitle>;

Defined in: packages/ui/build/field/field-title.svelte.d.ts:3

Variables

Content

const Content: Component;

Defined in: packages/ui/build/field/field-content.svelte.d.ts:3


Description

const Description: Component;

Defined in: packages/ui/build/field/field-description.svelte.d.ts:3


Error

const Error: Component;

Defined in: packages/ui/build/field/field-error.svelte.d.ts:10


Field

const Field: Component;

Defined in: packages/ui/build/field/field.svelte.d.ts:27


FieldGroup

const FieldGroup: Component;

Defined in: packages/ui/build/field/field-group.svelte.d.ts:3


FieldLabel

const FieldLabel: Component;

Defined in: packages/ui/build/field/field-label.svelte.d.ts:1


FieldLegend

const FieldLegend: Component;

Defined in: packages/ui/build/field/field-legend.svelte.d.ts:6


FieldSeparator

const FieldSeparator: Component;

Defined in: packages/ui/build/field/field-separator.svelte.d.ts:7


FieldSet

const FieldSet: Component;

Defined in: packages/ui/build/field/field-set.svelte.d.ts:3


FieldTitle

const FieldTitle: Component;

Defined in: packages/ui/build/field/field-title.svelte.d.ts:3

References

FieldContent

Renames and re-exports Content


FieldDescription

Renames and re-exports Description


FieldError

Renames and re-exports Error


Group

Renames and re-exports FieldGroup


Label

Renames and re-exports FieldLabel


Legend

Renames and re-exports FieldLegend


Separator

Renames and re-exports FieldSeparator


Set

Renames and re-exports FieldSet


Title

Renames and re-exports FieldTitle