antd-mobile
Version:
<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />
7 lines • 301 B
JavaScript
import "./skeleton.css";
import { Skeleton, SkeletonParagraph, SkeletonTitle } from './skeleton';
import { attachPropertiesToComponent } from '../../utils/attach-properties-to-component';
export default attachPropertiesToComponent(Skeleton, {
Title: SkeletonTitle,
Paragraph: SkeletonParagraph
});