@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS
12 lines (9 loc) • 355 B
TypeScript
import './Skeleton.constants.js';
import * as react_jsx_runtime from 'react/jsx-runtime';
import { SkeletonProps } from './Skeleton.types.js';
import 'react';
declare const Skeleton: {
({ children, color, shape, ...props }: SkeletonProps): false | react_jsx_runtime.JSX.Element;
displayName: string;
};
export { Skeleton, Skeleton as default };