Skip to content

alert

alert

Type Aliases

Alert

type Alert = ReturnType<typeof Alert>;

Defined in: packages/ui/build/alert/alert.svelte.d.ts:69


AlertDescription

type AlertDescription = ReturnType<typeof AlertDescription>;

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


AlertTitle

type AlertTitle = ReturnType<typeof AlertTitle>;

Defined in: packages/ui/build/alert/alert-title.svelte.d.ts:6


AlertVariant

type AlertVariant = VariantProps<typeof alertVariants>["variant"];

Defined in: packages/ui/build/alert/alert.svelte.d.ts:63

Variables

Alert

const Alert: Component;

Defined in: packages/ui/build/alert/alert.svelte.d.ts:69


AlertDescription

const AlertDescription: Component;

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


AlertTitle

const AlertTitle: Component;

Defined in: packages/ui/build/alert/alert-title.svelte.d.ts:6


alertVariants

const alertVariants: TVReturnType;

Defined in: packages/ui/build/alert/alert.svelte.d.ts:2

References

Description

Renames and re-exports AlertDescription


Root

Renames and re-exports Alert


Title

Renames and re-exports AlertTitle