UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

9 lines (8 loc) 284 B
import React from 'react'; export interface AccordionProps extends React.ComponentProps<'div'> { label: string | React.ReactNode; variant?: 'with-icon' | 'default'; fullWidth?: boolean; } export declare const Accordion: React.FC<AccordionProps>; export * from './styled';