@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
11 lines (10 loc) • 622 B
JavaScript
const require_skeleton_style = require('./skeleton.style.cjs');
const require_skeleton = require('./skeleton.cjs');
const require_skeleton_circle = require('./skeleton-circle.cjs');
const require_skeleton_text = require('./skeleton-text.cjs');
exports.Skeleton = require_skeleton.Skeleton;
exports.SkeletonCircle = require_skeleton_circle.SkeletonCircle;
exports.SkeletonPropsContext = require_skeleton.SkeletonPropsContext;
exports.SkeletonText = require_skeleton_text.SkeletonText;
exports.skeletonStyle = require_skeleton_style.skeletonStyle;
exports.useSkeletonPropsContext = require_skeleton.useSkeletonPropsContext;