Generated API snapshot
@askrjs/ui/alert-dialog
Exports from the declarations published in @askrjs/ui 0.0.13. Signatures are generated from the installed artifact.
@askrjs/ui/alert-dialog0.0.13
Exports
This entrypoint publishes 30 exports. Use the anchored symbol rows for direct links. Type-only exports are labeled separately from runtime values.
ALERT_DIALOG_A11Y_CONTRACTtype
ALERT_DIALOG_A11Y_CONTRACT: { readonly CONTENT_ROLE: "alertdialog"; readonly LABELLED_BY_ATTRIBUTE: "aria-labelledby"; readonly DESCRIBED_BY_ATTRIBUTE: "aria-describedby"; readonly ACTION_REQUIREMENTS: { readonly hasPrimaryAction: true; readonly hasCancelAction: true; }; }AlertDialogtype
AlertDialog: (props: AlertDialogProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementAlertDialogA11yContracttype
AlertDialogA11yContract: anyAlertDialogActiontype
AlertDialogAction: { (props: DialogCloseProps): JSX.Element; (props: DialogCloseAsChildProps): JSX.Element; }AlertDialogActionAsChildPropstype
AlertDialogActionAsChildProps: anyAlertDialogActionPropstype
AlertDialogActionProps: anyAlertDialogCanceltype
AlertDialogCancel: { (props: DialogCloseProps): JSX.Element; (props: DialogCloseAsChildProps): JSX.Element; }AlertDialogCancelAsChildPropstype
AlertDialogCancelAsChildProps: anyAlertDialogCancelPropstype
AlertDialogCancelProps: anyAlertDialogContenttype
AlertDialogContent: (props: AlertDialogContentProps | AlertDialogContentAsChildProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementAlertDialogContentAsChildPropstype
AlertDialogContentAsChildProps: anyAlertDialogContentOwnPropstype
AlertDialogContentOwnProps: anyAlertDialogContentPropstype
AlertDialogContentProps: anyAlertDialogDescriptiontype
AlertDialogDescription: { (props: DialogDescriptionProps): JSX.Element; (props: DialogDescriptionAsChildProps): JSX.Element; }AlertDialogDescriptionAsChildPropstype
AlertDialogDescriptionAsChildProps: anyAlertDialogDescriptionPropstype
AlertDialogDescriptionProps: anyAlertDialogOverlaytype
AlertDialogOverlay: { (props: DialogOverlayProps): JSX.Element | null; (props: DialogOverlayAsChildProps): JSX.Element | null; }AlertDialogOverlayAsChildPropstype
AlertDialogOverlayAsChildProps: anyAlertDialogOverlayOwnPropstype
AlertDialogOverlayOwnProps: anyAlertDialogOverlayPropstype
AlertDialogOverlayProps: anyAlertDialogOwnPropstype
AlertDialogOwnProps: anyAlertDialogPortaltype
AlertDialogPortal: (props: DialogPortalProps) => JSX.Element | nullAlertDialogPortalPropstype
AlertDialogPortalProps: anyAlertDialogPropstype
AlertDialogProps: anyAlertDialogTitletype
AlertDialogTitle: { (props: DialogTitleProps): JSX.Element; (props: DialogTitleAsChildProps): JSX.Element; }AlertDialogTitleAsChildPropstype
AlertDialogTitleAsChildProps: anyAlertDialogTitlePropstype
AlertDialogTitleProps: anyAlertDialogTriggertype
AlertDialogTrigger: (props: AlertDialogTriggerProps | AlertDialogTriggerAsChildProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementAlertDialogTriggerAsChildPropstype
AlertDialogTriggerAsChildProps: anyAlertDialogTriggerPropstype
AlertDialogTriggerProps: any