@fesjs/fes-design
Version:
fes-design for PC
8 lines (7 loc) • 311 B
TypeScript
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;