UNPKG

@snowball-tech/fractal

Version:

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

6 lines (5 loc) 285 B
export { DEFAULT_COLOR as DEFAULT_SKELETON_COLOR, Colors as SkeletonColors, Shapes as SkeletonShapes } from './Skeleton.constants.js'; export { default as Skeleton } from './Skeleton.js'; export { SkeletonProps } from './Skeleton.types.js'; import 'react/jsx-runtime'; import 'react';