UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS

4 lines 301 B
import { Colors, DEFAULT_COLOR, Shapes } from "./Skeleton.constants.js"; import { SkeletonProps } from "./Skeleton.types.js"; import { Skeleton } from "./Skeleton.js"; export { DEFAULT_COLOR as DEFAULT_SKELETON_COLOR, Skeleton, Colors as SkeletonColors, type SkeletonProps, Shapes as SkeletonShapes };