mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-27 06:00:21 +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 };
|