Generated API snapshot
@askrjs/ui/toast
Exports from the declarations published in @askrjs/ui 0.0.13. Signatures are generated from the installed artifact.
@askrjs/ui/toast0.0.13
Exports
This entrypoint publishes 23 exports. Use the anchored symbol rows for direct links. Type-only exports are labeled separately from runtime values.
Toasttype
Toast: (props: ToastProps) => JSX.Element | nullTOAST_A11Y_CONTRACTtype
TOAST_A11Y_CONTRACT: { readonly ROOT_ROLE: "status"; readonly LIVE_REGION_ATTRIBUTE: "aria-live"; readonly LIVE_REGION_VALUE: "polite"; readonly VIEWPORT_LABEL: "Notifications"; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly state: "data-state"; readonly disabled: "data-disabled"; }; }ToastA11yContracttype
ToastA11yContract: anyToastActiontype
ToastAction: { (props: ToastActionProps): JSX.Element; (props: ToastActionAsChildProps): JSX.Element; }ToastActionAsChildPropstype
ToastActionAsChildProps: anyToastActionPropstype
ToastActionProps: anyToastClosetype
ToastClose: { (props: ToastCloseProps): JSX.Element; (props: ToastCloseAsChildProps): JSX.Element; }ToastCloseAsChildPropstype
ToastCloseAsChildProps: anyToastClosePropstype
ToastCloseProps: anyToastDescriptiontype
ToastDescription: { (props: ToastDescriptionProps): JSX.Element; (props: ToastDescriptionAsChildProps): JSX.Element; }ToastDescriptionAsChildPropstype
ToastDescriptionAsChildProps: anyToastDescriptionPropstype
ToastDescriptionProps: anyToastHosttype
ToastHost: (props: ToastHostProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementToastHostOwnPropstype
ToastHostOwnProps: anyToastHostPropstype
ToastHostProps: anyToastOwnPropstype
ToastOwnProps: anyToastPropstype
ToastProps: anyToastTitletype
ToastTitle: { (props: ToastTitleProps): JSX.Element; (props: ToastTitleAsChildProps): JSX.Element; }ToastTitleAsChildPropstype
ToastTitleAsChildProps: anyToastTitlePropstype
ToastTitleProps: anyToastViewporttype
ToastViewport: { (props: ToastViewportProps): JSX.Element; (props: ToastViewportAsChildProps): JSX.Element; }ToastViewportAsChildPropstype
ToastViewportAsChildProps: anyToastViewportPropstype
ToastViewportProps: any