Skip to content

alert-dialog

alert-dialog

Type Aliases

Action

type Action = ReturnType<typeof Action>;

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


Cancel

type Cancel = ReturnType<typeof Cancel>;

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


Content

type Content = ReturnType<typeof Content>;

Defined in: packages/ui/build/alert-dialog/alert-dialog-content.svelte.d.ts:1


Description

type Description = ReturnType<typeof Description>;

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


type Footer = ReturnType<typeof Footer>;

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


type Header = ReturnType<typeof Header>;

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


Overlay

type Overlay = ReturnType<typeof Overlay>;

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


Title

type Title = ReturnType<typeof Title>;

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

Variables

Action

const Action: Component;

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


Cancel

const Cancel: Component;

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


Content

const Content: Component;

Defined in: packages/ui/build/alert-dialog/alert-dialog-content.svelte.d.ts:1


Description

const Description: Component;

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


const Footer: Component;

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


const Header: Component;

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


Overlay

const Overlay: Component;

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


Portal

const Portal: Component;

Defined in: packages/ui/build/alert-dialog/index.d.ts:12


Root

const Root: Component;

Defined in: packages/ui/build/alert-dialog/index.d.ts:10


Title

const Title: Component;

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


Trigger

const Trigger: Component;

Defined in: packages/ui/build/alert-dialog/index.d.ts:11

References

AlertDialog

Renames and re-exports Root


AlertDialogAction

Renames and re-exports Action


AlertDialogCancel

Renames and re-exports Cancel


AlertDialogContent

Renames and re-exports Content


AlertDialogDescription

Renames and re-exports Description


AlertDialogFooter

Renames and re-exports Footer


AlertDialogHeader

Renames and re-exports Header


AlertDialogOverlay

Renames and re-exports Overlay


AlertDialogPortal

Renames and re-exports Portal


AlertDialogTitle

Renames and re-exports Title


AlertDialogTrigger

Renames and re-exports Trigger