6 lines
150 B
TypeScript
6 lines
150 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Skeleton from './Skeleton';
|
|
|
|
export const Skeleton = withInstall(_Skeleton);
|
|
export default Skeleton;
|