UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 309 B
import _Skeleton from './skeleton'; import { WithInstallType } from '../shared'; import { TdSkeletonProps } from './type'; import './style'; export * from './type'; export declare type SkeletonProps = TdSkeletonProps; export declare const Skeleton: WithInstallType<typeof _Skeleton>; export default Skeleton;