Generated API snapshot
@askrjs/ui/accordion
Exports from the declarations published in @askrjs/ui 0.0.13. Signatures are generated from the installed artifact.
@askrjs/ui/accordion0.0.13
Exports
This entrypoint publishes 20 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: any