mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 12:50:38 +00:00
10 lines
294 B
TypeScript
10 lines
294 B
TypeScript
import Skeleton from './skeleton';
|
|
import Panel from './components/Panel';
|
|
import TopIcon from './components/TopIcon';
|
|
import TopPlugin from './components/TopPlugin';
|
|
import LeftPlugin from './components/LeftPlugin';
|
|
|
|
export default Skeleton;
|
|
|
|
export { Panel, TopIcon, TopPlugin, LeftPlugin };
|