Generated API snapshot
@askrjs/ui
Exports from the declarations published in @askrjs/ui 0.0.13. Signatures are generated from the installed artifact.
@askrjs/ui0.0.13
Exports
This entrypoint publishes 478 exports. Use the anchored symbol rows for direct links. Type-only exports are labeled separately from runtime values.
Accordiontype
Accordion: (props: AccordionProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementACCORDION_A11Y_CONTRACTtype
ACCORDION_A11Y_CONTRACT: { readonly TRIGGER_ROLE: "button"; readonly EXPANDED_ATTRIBUTE: "aria-expanded"; readonly CONTROLS_ATTRIBUTE: "aria-controls"; readonly PANEL_ROLE: "region"; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly state: "data-state"; readonly disabled: "data-disabled"; readonly orientation: "data-orientation"; }; }AccordionA11yContracttype
AccordionA11yContract: anyAccordionContenttype
AccordionContent: { (props: AccordionContentProps): JSX.Element | null; (props: AccordionContentAsChildProps): JSX.Element | null; }AccordionContentAsChildPropstype
AccordionContentAsChildProps: anyAccordionContentOwnPropstype
AccordionContentOwnProps: anyAccordionContentPropstype
AccordionContentProps: anyAccordionHeadertype
AccordionHeader: { (props: AccordionHeaderProps): JSX.Element; (props: AccordionHeaderAsChildProps): JSX.Element; }AccordionHeaderAsChildPropstype
AccordionHeaderAsChildProps: anyAccordionHeaderPropstype
AccordionHeaderProps: anyAccordionItemtype
AccordionItem: (props: AccordionItemProps) => JSX.ElementAccordionItemOwnPropstype
AccordionItemOwnProps: anyAccordionItemPropstype
AccordionItemProps: anyAccordionMultiplePropstype
AccordionMultipleProps: anyAccordionOrientationtype
AccordionOrientation: anyAccordionPropstype
AccordionProps: anyAccordionSinglePropstype
AccordionSingleProps: anyAccordionTriggertype
AccordionTrigger: { (props: AccordionTriggerProps): JSX.Element; (props: AccordionTriggerAsChildProps): JSX.Element; }AccordionTriggerAsChildPropstype
AccordionTriggerAsChildProps: anyAccordionTriggerPropstype
AccordionTriggerProps: anyALERT_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: anyAvatartype
Avatar: { (props: AvatarProps): JSX.Element; (props: AvatarAsChildProps): JSX.Element; }AVATAR_A11Y_CONTRACTtype
AVATAR_A11Y_CONTRACT: { readonly ROOT: { readonly slot: "data-slot"; readonly marker: "data-avatar"; }; readonly IMAGE: { readonly slot: "data-slot"; readonly marker: "data-avatar-image"; readonly requiresAlt: true; }; readonly FALLBACK: { readonly slot: "data-slot"; readonly marker: "data-avatar-fallback"; readonly visibleBeforeImageLoad: true; }; }AvatarA11yContracttype
AvatarA11yContract: anyAvatarAsChildPropstype
AvatarAsChildProps: anyAvatarFallbacktype
AvatarFallback: { (props: AvatarFallbackProps): JSX.Element | null; (props: AvatarFallbackAsChildProps): JSX.Element | null; }AvatarFallbackAsChildPropstype
AvatarFallbackAsChildProps: anyAvatarFallbackOwnPropstype
AvatarFallbackOwnProps: anyAvatarFallbackPropstype
AvatarFallbackProps: anyAvatarImagetype
AvatarImage: (props: AvatarImageProps) => JSX.ElementAvatarImageOwnPropstype
AvatarImageOwnProps: anyAvatarImagePropstype
AvatarImageProps: anyAvatarLoadingStatustype
AvatarLoadingStatus: anyAvatarOwnPropstype
AvatarOwnProps: anyAvatarPropstype
AvatarProps: anyButtontype
Button: { (props: ButtonNativeProps): JSX.Element; (props: ButtonAsChildProps): JSX.Element; }BUTTON_A11Y_CONTRACTtype
BUTTON_A11Y_CONTRACT: { readonly KEYBOARD_ACTIVATION: readonly ["Enter", "Space"]; readonly ROLE: "button"; readonly DISABLED_ATTRIBUTES: { readonly native: "disabled"; readonly asChild: "aria-disabled"; }; readonly DATA_ATTRIBUTES: { readonly disabled: "data-disabled"; }; readonly FOCUS_RULES: { readonly enabled: "focusable"; readonly disabled: "not-focusable"; }; }ButtonA11yContracttype
ButtonA11yContract: anyButtonAsChildElementtype
ButtonAsChildElement: anyButtonAsChildPropstype
ButtonAsChildProps: anyButtonNativePropstype
ButtonNativeProps: anyButtonOwnPropstype
ButtonOwnProps: anyButtonPropstype
ButtonProps: anyButtonSizetype
ButtonSize: anyButtonVarianttype
ButtonVariant: anyButtonWidthtype
ButtonWidth: anyCheckboxtype
Checkbox: { (props: CheckboxInputProps): JSX.Element; (props: CheckboxAsChildProps): JSX.Element; }CHECKBOX_A11Y_CONTRACTtype
CHECKBOX_A11Y_CONTRACT: { readonly ROLE: "checkbox"; readonly KEYBOARD_ACTIVATION: readonly ["Enter", "Space"]; readonly CHECKED_ATTRIBUTE: "aria-checked"; readonly INDETERMINATE_VALUE: "mixed"; readonly DISABLED_ATTRIBUTES: { readonly nativeInput: { readonly disabled: true; }; readonly nonNative: { readonly "aria-disabled": "true"; readonly tabIndex: -1; }; }; readonly DATA_ATTRIBUTES: { readonly state: "data-state"; readonly disabled: "data-disabled"; }; readonly FOCUS_RULES: { readonly enabled: "tabIndex >= 0"; readonly disabled: "tabIndex = -1"; readonly visualIndicator: "required"; }; }CheckboxA11yContracttype
CheckboxA11yContract: anyCheckboxAsChildPropstype
CheckboxAsChildProps: anyCheckboxInputPropstype
CheckboxInputProps: anyCheckboxOwnPropstype
CheckboxOwnProps: anyCheckboxPropstype
CheckboxProps: anyCollapsibletype
Collapsible: (props: CollapsibleProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementCOLLAPSIBLE_A11Y_CONTRACTtype
COLLAPSIBLE_A11Y_CONTRACT: { readonly TRIGGER_ROLE: "button"; readonly KEYBOARD_ACTIVATION: readonly ["Enter", "Space"]; readonly EXPANDED_ATTRIBUTE: "aria-expanded"; readonly CONTROLS_ATTRIBUTE: "aria-controls"; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly state: "data-state"; readonly disabled: "data-disabled"; }; readonly CONTENT_REQUIREMENTS: { readonly idAttribute: "required"; readonly defaultPresence: "unmounted when closed"; }; readonly FOCUS_RULES: { readonly afterActivation: "focus remains on trigger"; readonly contentFocusable: false; }; }CollapsibleContenttype
CollapsibleContent: { (props: CollapsibleContentProps): JSX.Element | null; (props: CollapsibleContentAsChildProps): JSX.Element | null; }CollapsibleContentAsChildPropstype
CollapsibleContentAsChildProps: anyCollapsibleContentPropstype
CollapsibleContentProps: anyCollapsiblePropstype
CollapsibleProps: anyCollapsibleTriggertype
CollapsibleTrigger: { (props: CollapsibleTriggerProps): JSX.Element; (props: CollapsibleTriggerAsChildProps): JSX.Element; }CollapsibleTriggerAsChildPropstype
CollapsibleTriggerAsChildProps: anyCollapsibleTriggerPropstype
CollapsibleTriggerProps: anyDebouncedInputtype
DebouncedInput: (props: DebouncedInputProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementDebouncedInputPropstype
DebouncedInputProps: anyDialogtype
Dialog: (props: DialogProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementDIALOG_A11Y_CONTRACTtype
DIALOG_A11Y_CONTRACT: { readonly CONTENT_ROLE: "dialog"; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly state: "data-state"; readonly disabled: "data-disabled"; }; readonly MODAL_ATTRIBUTE: "aria-modal"; readonly LABELLED_BY_ATTRIBUTE: "aria-labelledby"; readonly DESCRIBED_BY_ATTRIBUTE: "aria-describedby"; readonly TRIGGER_ATTRIBUTES: { readonly expanded: "aria-expanded"; readonly controls: "aria-controls"; }; }DialogA11yContracttype
DialogA11yContract: anyDialogClosetype
DialogClose: { (props: DialogCloseProps): JSX.Element; (props: DialogCloseAsChildProps): JSX.Element; }DialogCloseAsChildPropstype
DialogCloseAsChildProps: anyDialogClosePropstype
DialogCloseProps: anyDialogContenttype
DialogContent: { (props: DialogContentProps): JSX.Element | null; (props: DialogContentAsChildProps): JSX.Element | null; }DialogContentAsChildPropstype
DialogContentAsChildProps: anyDialogContentOwnPropstype
DialogContentOwnProps: anyDialogContentPropstype
DialogContentProps: anyDialogDescriptiontype
DialogDescription: { (props: DialogDescriptionProps): JSX.Element; (props: DialogDescriptionAsChildProps): JSX.Element; }DialogDescriptionAsChildPropstype
DialogDescriptionAsChildProps: anyDialogDescriptionPropstype
DialogDescriptionProps: anyDialogOverlaytype
DialogOverlay: { (props: DialogOverlayProps): JSX.Element | null; (props: DialogOverlayAsChildProps): JSX.Element | null; }DialogOverlayAsChildPropstype
DialogOverlayAsChildProps: anyDialogOverlayOwnPropstype
DialogOverlayOwnProps: anyDialogOverlayPropstype
DialogOverlayProps: anyDialogOwnPropstype
DialogOwnProps: anyDialogPortaltype
DialogPortal: (props: DialogPortalProps) => JSX.Element | nullDialogPortalPropstype
DialogPortalProps: anyDialogPropstype
DialogProps: anyDialogTitletype
DialogTitle: { (props: DialogTitleProps): JSX.Element; (props: DialogTitleAsChildProps): JSX.Element; }DialogTitleAsChildPropstype
DialogTitleAsChildProps: anyDialogTitlePropstype
DialogTitleProps: anyDialogTriggertype
DialogTrigger: { (props: DialogTriggerProps): JSX.Element; (props: DialogTriggerAsChildProps): JSX.Element; }DialogTriggerAsChildPropstype
DialogTriggerAsChildProps: anyDialogTriggerPropstype
DialogTriggerProps: anyDISMISSABLE_LAYER_A11Y_CONTRACTtype
DISMISSABLE_LAYER_A11Y_CONTRACT: { readonly DISMISS_EVENTS: readonly ["escape-key", "outside-pointer"]; readonly INTERACTION_POLICY: "background-dismissable"; }DismissableLayertype
DismissableLayer: { (props: DismissableLayerProps): JSX.Element; (props: DismissableLayerAsChildProps): JSX.Element; }DismissableLayerA11yContracttype
DismissableLayerA11yContract: anyDismissableLayerAsChildPropstype
DismissableLayerAsChildProps: anyDismissableLayerOwnPropstype
DismissableLayerOwnProps: anyDismissableLayerPropstype
DismissableLayerProps: anyDropdowntype
Dropdown: (props: DropdownProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementDROPDOWN_A11Y_CONTRACTtype
DROPDOWN_A11Y_CONTRACT: { readonly CONTENT_ROLE: "menu"; readonly ITEM_ROLE: "menuitem"; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly state: "data-state"; readonly disabled: "data-disabled"; readonly side: "data-side"; readonly align: "data-align"; }; readonly TRIGGER_ATTRIBUTES: { readonly expanded: "aria-expanded"; readonly controls: "aria-controls"; readonly hasPopup: "aria-haspopup"; }; }DropdownA11yContracttype
DropdownA11yContract: anyDropdownContenttype
DropdownContent: { (props: DropdownContentProps): JSX.Element | null; (props: DropdownContentAsChildProps): JSX.Element | null; }DropdownContentAsChildPropstype
DropdownContentAsChildProps: anyDropdownContentOwnPropstype
DropdownContentOwnProps: anyDropdownContentPropstype
DropdownContentProps: anyDropdownGrouptype
DropdownGroup: (props: DropdownGroupProps | DropdownGroupAsChildProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementDropdownGroupAsChildPropstype
DropdownGroupAsChildProps: anyDropdownGroupPropstype
DropdownGroupProps: anyDropdownItemtype
DropdownItem: { (props: DropdownItemProps): JSX.Element | null; (props: DropdownItemAsChildProps): JSX.Element | null; }DropdownItemAsChildPropstype
DropdownItemAsChildProps: anyDropdownItemOwnPropstype
DropdownItemOwnProps: anyDropdownItemPropstype
DropdownItemProps: anyDropdownItemVarianttype
DropdownItemVariant: anyDropdownLabeltype
DropdownLabel: (props: DropdownLabelProps | DropdownLabelAsChildProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementDropdownLabelAsChildPropstype
DropdownLabelAsChildProps: anyDropdownLabelPropstype
DropdownLabelProps: anyDropdownOwnPropstype
DropdownOwnProps: anyDropdownPortaltype
DropdownPortal: (props: DropdownPortalProps) => JSX.Element | nullDropdownPortalPropstype
DropdownPortalProps: anyDropdownPropstype
DropdownProps: anyDropdownSeparatortype
DropdownSeparator: (props: DropdownSeparatorProps | DropdownSeparatorAsChildProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementDropdownSeparatorAsChildPropstype
DropdownSeparatorAsChildProps: anyDropdownSeparatorPropstype
DropdownSeparatorProps: anyDropdownTriggertype
DropdownTrigger: { (props: DropdownTriggerProps): JSX.Element | null; (props: DropdownTriggerAsChildProps): JSX.Element | null; }DropdownTriggerAsChildPropstype
DropdownTriggerAsChildProps: anyDropdownTriggerOwnPropstype
DropdownTriggerOwnProps: anyDropdownTriggerPropstype
DropdownTriggerProps: anyDropdownTriggerSizetype
DropdownTriggerSize: anyDropdownTriggerVarianttype
DropdownTriggerVariant: anyFOCUS_SCOPE_A11Y_CONTRACTtype
FOCUS_SCOPE_A11Y_CONTRACT: { readonly FEATURES: { readonly trapped: true; readonly loop: true; readonly restoreFocus: true; }; }FocusScopetype
FocusScope: { (props: FocusScopeProps): JSX.Element; (props: FocusScopeAsChildProps): JSX.Element; }FocusScopeA11yContracttype
FocusScopeA11yContract: anyFocusScopeAsChildPropstype
FocusScopeAsChildProps: anyFocusScopeOwnPropstype
FocusScopeOwnProps: anyFocusScopePropstype
FocusScopeProps: anyFormtype
Form: { (props: FormProps): JSX.Element; (props: FormAsChildProps): JSX.Element; }FormAsChildPropstype
FormAsChildProps: anyFormPropstype
FormProps: anyHoverCardtype
HoverCard: (props: HoverCardProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementHoverCardAsChildPropstype
HoverCardAsChildProps: anyHoverCardContenttype
HoverCardContent: { (props: HoverCardContentProps): JSX.Element | null; (props: HoverCardContentAsChildProps): JSX.Element | null; }HoverCardContentAsChildPropstype
HoverCardContentAsChildProps: anyHoverCardContentPropstype
HoverCardContentProps: anyHoverCardOwnPropstype
HoverCardOwnProps: anyHoverCardPortaltype
HoverCardPortal: (props: HoverCardPortalProps) => JSX.Element | nullHoverCardPortalPropstype
HoverCardPortalProps: anyHoverCardPropstype
HoverCardProps: anyHoverCardTriggertype
HoverCardTrigger: { (props: HoverCardTriggerProps): JSX.Element; (props: HoverCardTriggerAsChildProps): JSX.Element; }HoverCardTriggerAsChildPropstype
HoverCardTriggerAsChildProps: anyHoverCardTriggerPropstype
HoverCardTriggerProps: anyInputtype
Input: { (props: InputInputProps): JSX.Element; (props: InputAsChildProps): JSX.Element; }INPUT_A11Y_CONTRACTtype
INPUT_A11Y_CONTRACT: { readonly HOST_ELEMENT: "input"; readonly DISABLED_ATTRIBUTES: { readonly native: "disabled"; readonly asChild: "disabled"; }; readonly DATA_ATTRIBUTES: { readonly disabled: "data-disabled"; }; readonly FOCUS_RULES: { readonly defaultTabIndex: 0; readonly disabledTabIndex: -1; }; readonly LABELING: { readonly supportsLabelElement: true; readonly supportsAriaLabel: true; readonly supportsAriaLabelledBy: true; }; }InputA11yContracttype
InputA11yContract: anyInputAsChildPropstype
InputAsChildProps: anyInputEventtype
InputEvent: anyInputInputPropstype
InputInputProps: anyInputOwnPropstype
InputOwnProps: anyInputPropstype
InputProps: anyLabeltype
Label: { (props: LabelLabelProps): JSXElement; (props: LabelAsChildProps): JSXElement; }LABEL_A11Y_CONTRACTtype
LABEL_A11Y_CONTRACT: { readonly ELEMENT: "label"; readonly ASSOCIATION_ATTRIBUTE: "for"; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; }; readonly NAME_SOURCE_PRIORITY: readonly ["aria-label", "textContent"]; readonly AS_CHILD: { readonly forwardsProps: true; readonly preservesChildElement: true; }; }LabelA11yContracttype
LabelA11yContract: anyLabelAsChildPropstype
LabelAsChildProps: anyLabelLabelPropstype
LabelLabelProps: anyLabelOwnPropstype
LabelOwnProps: anyLabelPropstype
LabelProps: anyMenutype
Menu: (props: MenuProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementMENU_A11Y_CONTRACTtype
MENU_A11Y_CONTRACT: { readonly CONTENT_ROLE: "menu"; readonly ITEM_ROLE: "menuitem"; readonly ORIENTATION_ATTRIBUTE: "aria-orientation"; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly disabled: "data-disabled"; readonly orientation: "data-orientation"; }; }MenuA11yContracttype
MenuA11yContract: anyMenubartype
Menubar: (props: MenubarProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementMENUBAR_A11Y_CONTRACTtype
MENUBAR_A11Y_CONTRACT: { readonly ROOT_ROLE: "menubar"; readonly CONTENT_ROLE: "menu"; readonly ITEM_ROLE: "menuitem"; readonly EXPANDED_ATTRIBUTE: "aria-expanded"; readonly HAS_POPUP_ATTRIBUTE: "aria-haspopup"; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly state: "data-state"; readonly disabled: "data-disabled"; readonly side: "data-side"; readonly align: "data-align"; }; }MenubarA11yContracttype
MenubarA11yContract: anyMenubarContenttype
MenubarContent: { (props: MenubarContentProps): JSX.Element | null; (props: MenubarContentAsChildProps): JSX.Element | null; }MenubarContentAsChildPropstype
MenubarContentAsChildProps: anyMenubarContentOwnPropstype
MenubarContentOwnProps: anyMenubarContentPropstype
MenubarContentProps: anyMenubarGrouptype
MenubarGroup: (props: MenubarGroupProps | MenubarGroupAsChildProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementMenubarGroupAsChildPropstype
MenubarGroupAsChildProps: anyMenubarGroupPropstype
MenubarGroupProps: anyMenubarItemtype
MenubarItem: { (props: MenubarItemProps): JSX.Element | null; (props: MenubarItemAsChildProps): JSX.Element | null; }MenubarItemAsChildPropstype
MenubarItemAsChildProps: anyMenubarItemPropstype
MenubarItemProps: anyMenubarLabeltype
MenubarLabel: (props: MenubarLabelProps | MenubarLabelAsChildProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementMenubarLabelAsChildPropstype
MenubarLabelAsChildProps: anyMenubarLabelPropstype
MenubarLabelProps: anyMenubarMenutype
MenubarMenu: (props: MenubarMenuProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementMenubarMenuPropstype
MenubarMenuProps: anyMenubarOwnPropstype
MenubarOwnProps: anyMenubarPortaltype
MenubarPortal: (props: MenubarPortalProps) => JSX.Element | nullMenubarPortalPropstype
MenubarPortalProps: anyMenubarPropstype
MenubarProps: anyMenubarSeparatortype
MenubarSeparator: (props: MenubarSeparatorProps | MenubarSeparatorAsChildProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementMenubarSeparatorAsChildPropstype
MenubarSeparatorAsChildProps: anyMenubarSeparatorPropstype
MenubarSeparatorProps: anyMenubarSubtype
MenubarSub: (props: MenubarSubProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementMenubarSubContenttype
MenubarSubContent: { (props: MenubarSubContentProps): JSX.Element | null; (props: MenubarSubContentAsChildProps): JSX.Element | null; }MenubarSubContentAsChildPropstype
MenubarSubContentAsChildProps: anyMenubarSubContentPropstype
MenubarSubContentProps: anyMenubarSubPropstype
MenubarSubProps: anyMenubarSubTriggertype
MenubarSubTrigger: { (props: MenubarSubTriggerProps): JSX.Element | null; (props: MenubarSubTriggerAsChildProps): JSX.Element | null; }MenubarSubTriggerAsChildPropstype
MenubarSubTriggerAsChildProps: anyMenubarSubTriggerPropstype
MenubarSubTriggerProps: anyMenubarTriggertype
MenubarTrigger: { (props: MenubarTriggerProps): JSX.Element | null; (props: MenubarTriggerAsChildProps): JSX.Element | null; }MenubarTriggerAsChildPropstype
MenubarTriggerAsChildProps: anyMenubarTriggerPropstype
MenubarTriggerProps: anyMenuContenttype
MenuContent: { (props: MenuContentProps): JSX.Element; (props: MenuContentAsChildProps): JSX.Element; }MenuContentAsChildPropstype
MenuContentAsChildProps: anyMenuContentPropstype
MenuContentProps: anyMenuGrouptype
MenuGroup: { (props: MenuGroupProps): JSX.Element; (props: MenuGroupAsChildProps): JSX.Element; }MenuGroupAsChildPropstype
MenuGroupAsChildProps: anyMenuGroupPropstype
MenuGroupProps: anyMenuItemtype
MenuItem: { (props: MenuItemProps): JSX.Element | null; (props: MenuItemAsChildProps): JSX.Element | null; }MenuItemAsChildPropstype
MenuItemAsChildProps: anyMenuItemOwnPropstype
MenuItemOwnProps: anyMenuItemPropstype
MenuItemProps: anyMenuLabeltype
MenuLabel: { (props: MenuLabelProps): JSX.Element | null; (props: MenuLabelAsChildProps): JSX.Element | null; }MenuLabelAsChildPropstype
MenuLabelAsChildProps: anyMenuLabelPropstype
MenuLabelProps: anyMenuOwnPropstype
MenuOwnProps: anyMenuPropstype
MenuProps: anyMenuSeparatortype
MenuSeparator: { (props: MenuSeparatorProps): JSX.Element | null; (props: MenuSeparatorAsChildProps): JSX.Element | null; }MenuSeparatorAsChildPropstype
MenuSeparatorAsChildProps: anyMenuSeparatorPropstype
MenuSeparatorProps: anyPopovertype
Popover: (props: PopoverProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementPOPOVER_A11Y_CONTRACTtype
POPOVER_A11Y_CONTRACT: { readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly state: "data-state"; readonly disabled: "data-disabled"; readonly side: "data-side"; readonly align: "data-align"; }; readonly TRIGGER_ATTRIBUTES: { readonly popup: "aria-haspopup"; readonly expanded: "aria-expanded"; readonly controls: "aria-controls"; }; readonly CONTENT_ATTRIBUTES: { readonly role: "dialog"; readonly labelledBy: "aria-labelledby"; readonly tabIndex: -1; }; readonly DEFAULT_LABELING: { readonly source: "trigger-id"; readonly override: "aria-label or aria-labelledby"; }; readonly FOCUS_RULES: { readonly trapScope: true; readonly restoreFocusOnClose: true; readonly dismissableLayer: true; }; }PopoverA11yContracttype
PopoverA11yContract: anyPopoverClosetype
PopoverClose: { (props: PopoverCloseProps): JSX.Element; (props: PopoverCloseAsChildProps): JSX.Element; }PopoverCloseAsChildPropstype
PopoverCloseAsChildProps: anyPopoverClosePropstype
PopoverCloseProps: anyPopoverContenttype
PopoverContent: { (props: PopoverContentProps): JSX.Element | null; (props: PopoverContentAsChildProps): JSX.Element | null; }PopoverContentAsChildPropstype
PopoverContentAsChildProps: anyPopoverContentOwnPropstype
PopoverContentOwnProps: anyPopoverContentPropstype
PopoverContentProps: anyPopoverContentWidthtype
PopoverContentWidth: anyPopoverOwnPropstype
PopoverOwnProps: anyPopoverPortaltype
PopoverPortal: (props: PopoverPortalProps) => JSX.Element | nullPopoverPortalPropstype
PopoverPortalProps: anyPopoverPropstype
PopoverProps: anyPopoverTriggertype
PopoverTrigger: { (props: PopoverTriggerProps): JSX.Element; (props: PopoverTriggerAsChildProps): JSX.Element; }PopoverTriggerAsChildPropstype
PopoverTriggerAsChildProps: anyPopoverTriggerPropstype
PopoverTriggerProps: anyPressEventtype
PressEvent: anyProgresstype
Progress: (props: ProgressProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementPROGRESS_A11Y_CONTRACTtype
PROGRESS_A11Y_CONTRACT: { readonly ROLE: "progressbar"; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly state: "data-state"; readonly percentage: "data-percentage"; }; readonly VALUE_NOW_ATTRIBUTE: "aria-valuenow"; readonly VALUE_MIN_ATTRIBUTE: "aria-valuemin"; readonly VALUE_MAX_ATTRIBUTE: "aria-valuemax"; readonly INDICATOR_MARKER: "data-progress-indicator"; readonly INDICATOR_PERCENTAGE_ATTRIBUTE: "data-percentage"; }PROGRESS_CIRCLE_A11Y_CONTRACTtype
PROGRESS_CIRCLE_A11Y_CONTRACT: { readonly ROLE: "progressbar"; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly state: "data-state"; readonly percentage: "data-percentage"; }; readonly VALUE_NOW_ATTRIBUTE: "aria-valuenow"; readonly VALUE_MIN_ATTRIBUTE: "aria-valuemin"; readonly VALUE_MAX_ATTRIBUTE: "aria-valuemax"; readonly INDICATOR_MARKER: "data-progress-circle-indicator"; }ProgressA11yContracttype
ProgressA11yContract: anyProgressCircletype
ProgressCircle: (props: ProgressCircleProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementProgressCircleA11yContracttype
ProgressCircleA11yContract: anyProgressCircleIndicatortype
ProgressCircleIndicator: { (props: ProgressCircleIndicatorProps): JSX.Element; (props: ProgressCircleIndicatorAsChildProps): JSX.Element; }ProgressCircleIndicatorAsChildPropstype
ProgressCircleIndicatorAsChildProps: anyProgressCircleIndicatorPropstype
ProgressCircleIndicatorProps: anyProgressCircleOwnPropstype
ProgressCircleOwnProps: anyProgressCirclePropstype
ProgressCircleProps: anyProgressIndicatortype
ProgressIndicator: { (props: ProgressIndicatorProps): JSX.Element; (props: ProgressIndicatorAsChildProps): JSX.Element; }ProgressIndicatorAsChildPropstype
ProgressIndicatorAsChildProps: anyProgressIndicatorPropstype
ProgressIndicatorProps: anyProgressOwnPropstype
ProgressOwnProps: anyProgressPropstype
ProgressProps: anyRADIO_GROUP_A11Y_CONTRACTtype
RADIO_GROUP_A11Y_CONTRACT: { readonly GROUP_ROLE: "radiogroup"; readonly ITEM_ROLE: "radio"; readonly CHECKED_ATTRIBUTE: "aria-checked"; readonly ORIENTATION_ATTRIBUTE: "aria-orientation"; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly state: "data-state"; readonly disabled: "data-disabled"; readonly orientation: "data-orientation"; }; readonly KEYBOARD_NAVIGATION: readonly ["ArrowLeft", "ArrowRight", "ArrowUp", "ArrowDown"]; readonly ROVING_FOCUS: { readonly activeItemTabIndex: 0; readonly inactiveItemTabIndex: -1; }; readonly FORM_INTEGRATION: { readonly hiddenInputType: "hidden"; }; }RadioGrouptype
RadioGroup: (props: RadioGroupProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementRadioGroupA11yContracttype
RadioGroupA11yContract: anyRadioGroupItemtype
RadioGroupItem: { (props: RadioGroupItemProps): JSX.Element; (props: RadioGroupItemAsChildProps): JSX.Element; }RadioGroupItemAsChildPropstype
RadioGroupItemAsChildProps: anyRadioGroupItemOwnPropstype
RadioGroupItemOwnProps: anyRadioGroupItemPropstype
RadioGroupItemProps: anyRadioGroupOwnPropstype
RadioGroupOwnProps: anyRadioGroupPropstype
RadioGroupProps: anyScrollAreatype
ScrollArea: { (props: ScrollAreaProps): JSX.Element; (props: ScrollAreaAsChildProps): JSX.Element; }ScrollAreaAsChildPropstype
ScrollAreaAsChildProps: anyScrollAreaCornertype
ScrollAreaCorner: (props: ScrollAreaCornerProps) => JSX.ElementScrollAreaCornerPropstype
ScrollAreaCornerProps: anyScrollAreaOwnPropstype
ScrollAreaOwnProps: anyScrollAreaPropstype
ScrollAreaProps: anyScrollAreaScrollbartype
ScrollAreaScrollbar: (props: ScrollAreaScrollbarProps) => JSX.ElementScrollAreaScrollbarPropstype
ScrollAreaScrollbarProps: anyScrollAreaThumbtype
ScrollAreaThumb: (props: ScrollAreaThumbProps) => JSX.ElementScrollAreaThumbPropstype
ScrollAreaThumbProps: anyScrollAreaViewporttype
ScrollAreaViewport: { (props: ScrollAreaViewportProps): JSX.Element; (props: ScrollAreaViewportAsChildProps): JSX.Element; }ScrollAreaViewportAsChildPropstype
ScrollAreaViewportAsChildProps: anyScrollAreaViewportPropstype
ScrollAreaViewportProps: anySelecttype
Select: (props: SelectProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementSELECT_A11Y_CONTRACTtype
SELECT_A11Y_CONTRACT: { readonly TRIGGER_ROLE: "button"; readonly CONTENT_ROLE: "listbox"; readonly ITEM_ROLE: "option"; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly state: "data-state"; readonly disabled: "data-disabled"; readonly side: "data-side"; readonly align: "data-align"; }; readonly TRIGGER_ATTRIBUTES: { readonly expanded: "aria-expanded"; readonly controls: "aria-controls"; readonly hasPopup: "aria-haspopup"; }; readonly ITEM_SELECTION_ATTRIBUTE: "aria-selected"; }SelectA11yContracttype
SelectA11yContract: anySelectContenttype
SelectContent: { (props: SelectContentProps): JSX.Element | null; (props: SelectContentAsChildProps): JSX.Element | null; }SelectContentAsChildPropstype
SelectContentAsChildProps: anySelectContentOwnPropstype
SelectContentOwnProps: anySelectContentPropstype
SelectContentProps: anySelectGrouptype
SelectGroup: { (props: SelectGroupProps): JSX.Element; (props: SelectGroupAsChildProps): JSX.Element; }SelectGroupAsChildPropstype
SelectGroupAsChildProps: anySelectGroupPropstype
SelectGroupProps: anySelectItemtype
SelectItem: { (props: SelectItemProps): JSX.Element | null; (props: SelectItemAsChildProps): JSX.Element | null; }SelectItemAsChildPropstype
SelectItemAsChildProps: anySelectItemOwnPropstype
SelectItemOwnProps: anySelectItemPropstype
SelectItemProps: anySelectItemTexttype
SelectItemText: { (props: SelectItemTextProps): JSX.Element; (props: SelectItemTextAsChildProps): JSX.Element; }SelectItemTextAsChildPropstype
SelectItemTextAsChildProps: anySelectItemTextPropstype
SelectItemTextProps: anySelectLabeltype
SelectLabel: { (props: SelectLabelProps): JSX.Element | null; (props: SelectLabelAsChildProps): JSX.Element | null; }SelectLabelAsChildPropstype
SelectLabelAsChildProps: anySelectLabelPropstype
SelectLabelProps: anySelectOwnPropstype
SelectOwnProps: anySelectPortaltype
SelectPortal: (props: SelectPortalProps) => JSX.Element | nullSelectPortalPropstype
SelectPortalProps: anySelectPropstype
SelectProps: anySelectSeparatortype
SelectSeparator: { (props: SelectSeparatorProps): JSX.Element | null; (props: SelectSeparatorAsChildProps): JSX.Element | null; }SelectSeparatorAsChildPropstype
SelectSeparatorAsChildProps: anySelectSeparatorPropstype
SelectSeparatorProps: anySelectTriggertype
SelectTrigger: { (props: SelectTriggerProps): JSX.Element | null; (props: SelectTriggerAsChildProps): JSX.Element | null; }SelectTriggerAsChildPropstype
SelectTriggerAsChildProps: anySelectTriggerOwnPropstype
SelectTriggerOwnProps: anySelectTriggerPropstype
SelectTriggerProps: anySelectTriggerSizetype
SelectTriggerSize: anySelectValuetype
SelectValue: { (props: SelectValueProps): JSX.Element | null; (props: SelectValueAsChildProps): JSX.Element | null; }SelectValueAsChildPropstype
SelectValueAsChildProps: anySelectValueOwnPropstype
SelectValueOwnProps: anySelectValuePropstype
SelectValueProps: anySlidertype
Slider: (props: SliderProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementSLIDER_A11Y_CONTRACTtype
SLIDER_A11Y_CONTRACT: { readonly THUMB_ROLE: "slider"; readonly VALUE_NOW_ATTRIBUTE: "aria-valuenow"; readonly VALUE_MIN_ATTRIBUTE: "aria-valuemin"; readonly VALUE_MAX_ATTRIBUTE: "aria-valuemax"; readonly ORIENTATION_ATTRIBUTE: "aria-orientation"; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly disabled: "data-disabled"; readonly orientation: "data-orientation"; }; }SliderA11yContracttype
SliderA11yContract: anySliderOrientationtype
SliderOrientation: anySliderOwnPropstype
SliderOwnProps: anySliderPropstype
SliderProps: anySliderRangetype
SliderRange: { (props: SliderRangeProps): JSX.Element; (props: SliderRangeAsChildProps): JSX.Element; }SliderRangeAsChildPropstype
SliderRangeAsChildProps: anySliderRangePropstype
SliderRangeProps: anySliderThumbtype
SliderThumb: { (props: SliderThumbProps): JSX.Element; (props: SliderThumbAsChildProps): JSX.Element; }SliderThumbAsChildPropstype
SliderThumbAsChildProps: anySliderThumbPropstype
SliderThumbProps: anySliderTracktype
SliderTrack: { (props: SliderTrackProps): JSX.Element; (props: SliderTrackAsChildProps): JSX.Element; }SliderTrackAsChildPropstype
SliderTrackAsChildProps: anySliderTrackPropstype
SliderTrackProps: anySwitchtype
Switch: { (props: SwitchButtonProps): JSX.Element; (props: SwitchAsChildProps): JSX.Element; }SWITCH_A11Y_CONTRACTtype
SWITCH_A11Y_CONTRACT: { readonly ROLE: "switch"; readonly CHECKED_ATTRIBUTE: "aria-checked"; readonly KEYBOARD_ACTIVATION: readonly ["Enter", "Space"]; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly state: "data-state"; readonly disabled: "data-disabled"; }; readonly DISABLED_ATTRIBUTES: { readonly nativeButton: { readonly disabled: true; readonly "aria-disabled": "true"; }; readonly nonNative: { readonly "aria-disabled": "true"; readonly tabIndex: -1; }; }; readonly FORM_INTEGRATION: { readonly host: "button"; readonly hiddenInputType: "checkbox"; readonly hiddenInputValue: "on"; }; }SwitchA11yContracttype
SwitchA11yContract: anySwitchAsChildPropstype
SwitchAsChildProps: anySwitchButtonPropstype
SwitchButtonProps: anySwitchOwnPropstype
SwitchOwnProps: anySwitchPropstype
SwitchProps: anyTabletype
Table: { (props: TableProps): JSX.Element; (props: TableAsChildProps): JSX.Element; }TableAsChildPropstype
TableAsChildProps: anyTableBodytype
TableBody: { (props: TableBodyProps): JSX.Element; (props: TableBodyAsChildProps): JSX.Element; }TableBodyAsChildPropstype
TableBodyAsChildProps: anyTableBodyPropstype
TableBodyProps: anyTableCaptiontype
TableCaption: { (props: TableCaptionProps): JSX.Element; (props: TableCaptionAsChildProps): JSX.Element; }TableCaptionAsChildPropstype
TableCaptionAsChildProps: anyTableCaptionPropstype
TableCaptionProps: anyTableCelltype
TableCell: { (props: TableCellProps): JSX.Element; (props: TableCellAsChildProps): JSX.Element; }TableCellAsChildPropstype
TableCellAsChildProps: anyTableCellPropstype
TableCellProps: anyTableFoottype
TableFoot: { (props: TableFootProps): JSX.Element; (props: TableFootAsChildProps): JSX.Element; }TableFootAsChildPropstype
TableFootAsChildProps: anyTableFootPropstype
TableFootProps: anyTableHeadtype
TableHead: { (props: TableHeadProps): JSX.Element; (props: TableHeadAsChildProps): JSX.Element; }TableHeadAsChildPropstype
TableHeadAsChildProps: anyTableHeaderCelltype
TableHeaderCell: { (props: TableHeaderCellProps): JSX.Element; (props: TableHeaderCellAsChildProps): JSX.Element; }TableHeaderCellAsChildPropstype
TableHeaderCellAsChildProps: anyTableHeaderCellPropstype
TableHeaderCellProps: anyTableHeadPropstype
TableHeadProps: anyTablePropstype
TableProps: anyTableRowtype
TableRow: { (props: TableRowProps): JSX.Element; (props: TableRowAsChildProps): JSX.Element; }TableRowAsChildPropstype
TableRowAsChildProps: anyTableRowPropstype
TableRowProps: anyTextareatype
Textarea: { (props: TextareaElementProps): JSX.Element; (props: TextareaAsChildProps): JSX.Element; }TEXTAREA_A11Y_CONTRACTtype
TEXTAREA_A11Y_CONTRACT: { readonly HOST_ELEMENT: "textarea"; readonly DISABLED_ATTRIBUTES: { readonly native: "disabled"; readonly asChild: "disabled"; }; readonly DATA_ATTRIBUTES: { readonly disabled: "data-disabled"; }; readonly FOCUS_RULES: { readonly defaultTabIndex: 0; readonly disabledTabIndex: -1; }; readonly LABELING: { readonly supportsLabelElement: true; readonly supportsAriaLabel: true; readonly supportsAriaLabelledBy: true; }; }TextareaA11yContracttype
TextareaA11yContract: anyTextareaAsChildPropstype
TextareaAsChildProps: anyTextareaElementPropstype
TextareaElementProps: anyTextareaOwnPropstype
TextareaOwnProps: anyTextareaPropstype
TextareaProps: anyToasttype
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: anyToggletype
Toggle: { (props: ToggleButtonProps): JSX.Element; (props: ToggleAsChildProps): JSX.Element; }TOGGLE_A11Y_CONTRACTtype
TOGGLE_A11Y_CONTRACT: { readonly ROLE: "button"; readonly KEYBOARD_ACTIVATION: readonly ["Enter", "Space"]; readonly PRESSED_ATTRIBUTE: "aria-pressed"; readonly DISABLED_ATTRIBUTES: { readonly nativeButton: { readonly disabled: true; readonly "aria-disabled": "true"; }; readonly nonNative: { readonly "aria-disabled": "true"; readonly tabIndex: -1; }; }; readonly DATA_ATTRIBUTES: { readonly state: "data-state"; readonly disabled: "data-disabled"; }; readonly FOCUS_RULES: { readonly enabled: "tabIndex >= 0"; readonly disabled: "tabIndex = -1"; readonly visualIndicator: "required"; }; }TOGGLE_GROUP_A11Y_CONTRACTtype
TOGGLE_GROUP_A11Y_CONTRACT: { readonly GROUP_ROLE: "group"; readonly ITEM_ROLE: "button"; readonly PRESSED_ATTRIBUTE: "aria-pressed"; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly state: "data-state"; readonly disabled: "data-disabled"; readonly orientation: "data-orientation"; }; }ToggleA11yContracttype
ToggleA11yContract: anyToggleAsChildPropstype
ToggleAsChildProps: anyToggleButtonPropstype
ToggleButtonProps: anyToggleGrouptype
ToggleGroup: (props: ToggleGroupProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementToggleGroupA11yContracttype
ToggleGroupA11yContract: anyToggleGroupItemtype
ToggleGroupItem: { (props: ToggleGroupItemProps): JSX.Element; (props: ToggleGroupItemAsChildProps): JSX.Element; }ToggleGroupItemAsChildPropstype
ToggleGroupItemAsChildProps: anyToggleGroupItemOwnPropstype
ToggleGroupItemOwnProps: anyToggleGroupItemPropstype
ToggleGroupItemProps: anyToggleGroupMultiplePropstype
ToggleGroupMultipleProps: anyToggleGroupOrientationtype
ToggleGroupOrientation: anyToggleGroupPropstype
ToggleGroupProps: anyToggleGroupSinglePropstype
ToggleGroupSingleProps: anyToggleOwnPropstype
ToggleOwnProps: anyTogglePropstype
ToggleProps: anyTooltiptype
Tooltip: (props: TooltipProps) => import("@askrjs/askr/jsx-runtime").JSX.ElementTOOLTIP_A11Y_CONTRACTtype
TOOLTIP_A11Y_CONTRACT: { readonly CONTENT_ROLE: "tooltip"; readonly DATA_ATTRIBUTES: { readonly slot: "data-slot"; readonly state: "data-state"; readonly disabled: "data-disabled"; readonly side: "data-side"; readonly align: "data-align"; }; readonly TRIGGER_ATTRIBUTE: "aria-describedby"; readonly OPEN_STATE_ATTRIBUTE: "data-state"; }TooltipA11yContracttype
TooltipA11yContract: anyTooltipContenttype
TooltipContent: { (props: TooltipContentProps): JSX.Element | null; (props: TooltipContentAsChildProps): JSX.Element | null; }TooltipContentAsChildPropstype
TooltipContentAsChildProps: anyTooltipContentOwnPropstype
TooltipContentOwnProps: anyTooltipContentPropstype
TooltipContentProps: anyTooltipOwnPropstype
TooltipOwnProps: anyTooltipPortaltype
TooltipPortal: (props: TooltipPortalProps) => JSX.Element | nullTooltipPortalPropstype
TooltipPortalProps: anyTooltipPropstype
TooltipProps: anyTooltipTriggertype
TooltipTrigger: { (props: TooltipTriggerProps): JSX.Element; (props: TooltipTriggerAsChildProps): JSX.Element; }TooltipTriggerAsChildPropstype
TooltipTriggerAsChildProps: anyTooltipTriggerPropstype
TooltipTriggerProps: anyVirtualListtype
VirtualList: { <Item>(props: VirtualListProps<Item>): JSX.Element; <Item>(props: VirtualListAsChildProps<Item>): JSX.Element; }VirtualListApitype
VirtualListApi: anyVirtualListAsChildPropstype
VirtualListAsChildProps: anyVirtualListPropstype
VirtualListProps: anyVirtualListRowComponenttype
VirtualListRowComponent: anyVirtualListRowComponentPropstype
VirtualListRowComponentProps: anyVirtualListRowElementtype
VirtualListRowElement: anyVirtualListStatetype
VirtualListState: anyVirtualListViewporttype
VirtualListViewport: anyVirtualTabletype
VirtualTable: { <Row>(props: VirtualTableProps<Row>): JSX.Element; <Row>(props: VirtualTableAsChildProps<Row>): JSX.Element; }VirtualTableApitype
VirtualTableApi: anyVirtualTableAsChildPropstype
VirtualTableAsChildProps: anyVirtualTableCellComponenttype
VirtualTableCellComponent: anyVirtualTableCellComponentPropstype
VirtualTableCellComponentProps: anyVirtualTableCellElementtype
VirtualTableCellElement: anyVirtualTableColumntype
VirtualTableColumn: anyVirtualTablePropstype
VirtualTableProps: anyVirtualTableStatetype
VirtualTableState: anyVirtualTableViewporttype
VirtualTableViewport: anyVirtualTableWidthtype
VirtualTableWidth: any