UNPKG

@szum-tech/design-system

Version:

Szum-Tech design system with tailwindcss support

12 lines (9 loc) 770 B
import * as React from 'react'; import { Collapsible as Collapsible$1 } from 'radix-ui'; type CollapsibleProps = React.ComponentProps<typeof Collapsible$1.Root>; declare function Collapsible({ ...props }: CollapsibleProps): React.JSX.Element; type CollapsibleTriggerProps = React.ComponentProps<typeof Collapsible$1.CollapsibleTrigger>; declare function CollapsibleTrigger({ ...props }: CollapsibleTriggerProps): React.JSX.Element; type CollapsibleContentProps = React.ComponentProps<typeof Collapsible$1.CollapsibleContent>; declare function CollapsibleContent({ ...props }: CollapsibleContentProps): React.JSX.Element; export { Collapsible, CollapsibleContent, type CollapsibleContentProps, type CollapsibleProps, CollapsibleTrigger, type CollapsibleTriggerProps };