antd-mobile-taro-ui
Version:
以antd-mobile为设计标准,基于taro框架的微信小程序组件库
7 lines • 310 B
JavaScript
import "./skeleton.css";
import { attachPropertiesToComponent } from 'antd-mobile/es/utils/attach-properties-to-component';
import { Skeleton, SkeletonParagraph, SkeletonTitle } from './skeleton';
export default attachPropertiesToComponent(Skeleton, {
Title: SkeletonTitle,
Paragraph: SkeletonParagraph
});