mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-04-20 04:18:05 +00:00
8 lines
173 B
TypeScript
8 lines
173 B
TypeScript
import Skeleton from './skeleton';
|
|
import Panel from './components/Panel';
|
|
import TopIcon from './components/TopIcon';
|
|
|
|
export default Skeleton;
|
|
|
|
export { Panel, TopIcon };
|