UNPKG

liber-salti

Version:

Saltí - Liber Design System

8 lines (7 loc) 270 B
import React from 'react'; import { AccordionProps } from './Accordion.types'; /** * The accordion component allows the user to show and hide sections of related content on a page. */ declare const Accordion: React.FC<AccordionProps>; export default Accordion;