2020-04-17 10:39:29 +08:00

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 };