UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

8 lines (7 loc) 255 B
import SkeletonMain from './Skeleton'; import SkeletonText from './SkeletonText'; const SkeletonTemp = SkeletonMain; SkeletonTemp.Text = SkeletonText; // To add typings const Skeleton = SkeletonTemp; export { Skeleton }; //# sourceMappingURL=index.js.map