@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
13 lines (12 loc) • 432 B
JavaScript
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
;