UNPKG

@cainiaofe/cn-ui-m

Version:
5 lines (4 loc) 259 B
import * as React from 'react'; import type { CnSkeletonTitleProps, CnSkeletonParagraphProps } from './types'; export declare const CnSkeletonTitle: React.FC<CnSkeletonTitleProps>; export declare const CnSkeletonParagraph: React.FC<CnSkeletonParagraphProps>;