mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 03:18:11 +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;
|