import * as tailwind_variants from 'tailwind-variants'; import { VariantProps } from 'tailwind-variants'; import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config'; /** * Accordion wrapper **Tailwind Variants** component * * const styles = accordion({...}) * * @example *
* // accordion elements *
*/ declare const accordion: tailwind_variants.TVReturnType<{ variant: { light: ""; shadow: "px-4 shadow-medium rounded-medium bg-content1"; bordered: "px-4 border-medium border-divider rounded-medium"; splitted: "group is-splitted flex flex-col gap-2"; }; fullWidth: { true: "w-full"; }; }, undefined, "px-2", tailwind_variants_dist_config.TVConfig<{ variant: { light: ""; shadow: "px-4 shadow-medium rounded-medium bg-content1"; bordered: "px-4 border-medium border-divider rounded-medium"; splitted: "group is-splitted flex flex-col gap-2"; }; fullWidth: { true: "w-full"; }; }, { variant: { light: ""; shadow: "px-4 shadow-medium rounded-medium bg-content1"; bordered: "px-4 border-medium border-divider rounded-medium"; splitted: "group is-splitted flex flex-col gap-2"; }; fullWidth: { true: "w-full"; }; }>, { variant: { light: ""; shadow: "px-4 shadow-medium rounded-medium bg-content1"; bordered: "px-4 border-medium border-divider rounded-medium"; splitted: "group is-splitted flex flex-col gap-2"; }; fullWidth: { true: "w-full"; }; }, undefined, tailwind_variants.TVReturnType<{ variant: { light: ""; shadow: "px-4 shadow-medium rounded-medium bg-content1"; bordered: "px-4 border-medium border-divider rounded-medium"; splitted: "group is-splitted flex flex-col gap-2"; }; fullWidth: { true: "w-full"; }; }, undefined, "px-2", tailwind_variants_dist_config.TVConfig<{ variant: { light: ""; shadow: "px-4 shadow-medium rounded-medium bg-content1"; bordered: "px-4 border-medium border-divider rounded-medium"; splitted: "group is-splitted flex flex-col gap-2"; }; fullWidth: { true: "w-full"; }; }, { variant: { light: ""; shadow: "px-4 shadow-medium rounded-medium bg-content1"; bordered: "px-4 border-medium border-divider rounded-medium"; splitted: "group is-splitted flex flex-col gap-2"; }; fullWidth: { true: "w-full"; }; }>, unknown, unknown, undefined>>; /** * AccordionItem wrapper **Tailwind Variants** component * * const {base, heading, indicator, trigger, startContent, title, subtitle, content } = accordionItem({...}) * * @example *
*
* *
*
Content
*
*/ declare const accordionItem: tailwind_variants.TVReturnType<{ isCompact: { true: { trigger: string; title: string; subtitle: string; indicator: string; content: string; }; }; isDisabled: { true: { base: string; }; }; hideIndicator: { true: { indicator: string; }; }; disableAnimation: { true: { content: string; }; false: { indicator: string; trigger: string; }; }; disableIndicatorAnimation: { true: { indicator: string; }; false: { indicator: string; }; }; }, { base: string[]; heading: string; trigger: string[]; startContent: string; indicator: string; titleWrapper: string; title: string; subtitle: string; content: string; }, undefined, tailwind_variants_dist_config.TVConfig<{ isCompact: { true: { trigger: string; title: string; subtitle: string; indicator: string; content: string; }; }; isDisabled: { true: { base: string; }; }; hideIndicator: { true: { indicator: string; }; }; disableAnimation: { true: { content: string; }; false: { indicator: string; trigger: string; }; }; disableIndicatorAnimation: { true: { indicator: string; }; false: { indicator: string; }; }; }, { isCompact: { true: { trigger: string; title: string; subtitle: string; indicator: string; content: string; }; }; isDisabled: { true: { base: string; }; }; hideIndicator: { true: { indicator: string; }; }; disableAnimation: { true: { content: string; }; false: { indicator: string; trigger: string; }; }; disableIndicatorAnimation: { true: { indicator: string; }; false: { indicator: string; }; }; }>, { isCompact: { true: { trigger: string; title: string; subtitle: string; indicator: string; content: string; }; }; isDisabled: { true: { base: string; }; }; hideIndicator: { true: { indicator: string; }; }; disableAnimation: { true: { content: string; }; false: { indicator: string; trigger: string; }; }; disableIndicatorAnimation: { true: { indicator: string; }; false: { indicator: string; }; }; }, { base: string[]; heading: string; trigger: string[]; startContent: string; indicator: string; titleWrapper: string; title: string; subtitle: string; content: string; }, tailwind_variants.TVReturnType<{ isCompact: { true: { trigger: string; title: string; subtitle: string; indicator: string; content: string; }; }; isDisabled: { true: { base: string; }; }; hideIndicator: { true: { indicator: string; }; }; disableAnimation: { true: { content: string; }; false: { indicator: string; trigger: string; }; }; disableIndicatorAnimation: { true: { indicator: string; }; false: { indicator: string; }; }; }, { base: string[]; heading: string; trigger: string[]; startContent: string; indicator: string; titleWrapper: string; title: string; subtitle: string; content: string; }, undefined, tailwind_variants_dist_config.TVConfig<{ isCompact: { true: { trigger: string; title: string; subtitle: string; indicator: string; content: string; }; }; isDisabled: { true: { base: string; }; }; hideIndicator: { true: { indicator: string; }; }; disableAnimation: { true: { content: string; }; false: { indicator: string; trigger: string; }; }; disableIndicatorAnimation: { true: { indicator: string; }; false: { indicator: string; }; }; }, { isCompact: { true: { trigger: string; title: string; subtitle: string; indicator: string; content: string; }; }; isDisabled: { true: { base: string; }; }; hideIndicator: { true: { indicator: string; }; }; disableAnimation: { true: { content: string; }; false: { indicator: string; trigger: string; }; }; disableIndicatorAnimation: { true: { indicator: string; }; false: { indicator: string; }; }; }>, unknown, unknown, undefined>>; type AccordionGroupVariantProps = VariantProps; type AccordionItemVariantProps = VariantProps; type AccordionItemSlots = keyof ReturnType; export { AccordionGroupVariantProps, AccordionItemSlots, AccordionItemVariantProps, accordion, accordionItem };