UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 311 B
import type { SFCWithInstall } from '../_util/interface'; import Skeleton from './skeleton'; type SkeletonType = SFCWithInstall<typeof Skeleton>; export { skeletonProps } from './skeleton'; export type { SkeletonProps } from './skeleton'; export declare const FSkeleton: SkeletonType; export default FSkeleton;