UNPKG

@fruits-chain/react-native-xiaoshu

Version:
13 lines (12 loc) • 432 B
"use strict"; import { attachPropertiesToComponent } from "../helpers/index.js"; import Skeleton from "./skeleton.js"; import SkeletonAvatar from "./skeleton-avatar.js"; import SkeletonParagraph from "./skeleton-paragraph.js"; import { varCreator } from "./style.js"; export default attachPropertiesToComponent(Skeleton, { varCreator, Avatar: SkeletonAvatar, Paragraph: SkeletonParagraph }); //# sourceMappingURL=index.js.map