mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 07:20:38 +00:00
7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
import Collapse from './Collapse';
|
|
|
|
export { CollapseProps } from './Collapse';
|
|
export { CollapsePanelProps } from './CollapsePanel';
|
|
|
|
export default Collapse;
|