UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

5 lines (4 loc) 231 B
/// <reference types="react" /> import type { AccordionProps } from './type'; declare const Accordion: import("react").NamedExoticComponent<AccordionProps & import("react").RefAttributes<HTMLDivElement>>; export default Accordion;