UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

8 lines (7 loc) 290 B
/// <reference types="react" /> import { AccordionContentProps } from './type'; declare const AccordionContent: { ({ as, active, duration, className, style, content, children, ...props }: AccordionContentProps): JSX.Element; displayName: string; }; export default AccordionContent;