8 lines
183 B
TypeScript
8 lines
183 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Skeleton from './Skeleton';
|
|
|
|
const Skeleton = withInstall<typeof _Skeleton>(_Skeleton);
|
|
|
|
export default Skeleton;
|
|
export { Skeleton };
|