-
- Overview
-
- Overview
- accordion
- alert
- alert-dialog
- aspect-ratio
- auto-truncater
- avatar
- avatar-group
- background-boxes
- badge
- blur-fade
- breadcrumb
- button
- calendar
- card
- carousel
- chart
- checkbox
- code-editor
- collapsible
- collection-form
- collection-kanban
- collection-table
- combobox
- command
- context-menu
- copy\_button
- country-picker
- data-renderer
- dialog
- doc-toc
- drawer
- dropdown-menu
- dynamic-background
- empty
- event-calendar
- feature-colors
- field
- file\_drop
- file-tree
- file-upload
- form
- hover-card
- icon-wrapper
- indicator
- information
- input
- input-group
- item
- kanban
- keybindings
- label
- layout
- markdown-editor
- menubar
- multi-step-combobox
- navigation-menu
- page
- pagination
- pane
- pin-input
- popover
- portal
- progress
- radio-group
- range-calendar
- resource-scheduler
- scroll-area
- search
- selection-card
- separator
- sheet
- sidebar
- skeleton
- slider
- sliding-indicator
- sonner
- sortable
- spinner
- star-rating
- static-map
- step-form
- structured-value
- switch
- table
- tabs
- tags-input
- textarea
- theme-toggle
- time-field
- time-range
- toggle
- toggle-group
- tooltip
- tree-combobox
- tree-select
- tree-view
- utils
- workspace-shell
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
Footer
type Footer = ReturnType<typeof Footer>;Defined in: packages/ui/build/alert-dialog/alert-dialog-footer.svelte.d.ts:3
Header
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
Footer
const Footer: Component;Defined in: packages/ui/build/alert-dialog/alert-dialog-footer.svelte.d.ts:3
Header
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