@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
16 lines (15 loc) • 430 B
TypeScript
import { t as SkeletonProps } from "./Skeleton.types-ChamiIhT.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
//#region src/components/Skeleton/Skeleton.d.ts
declare const Skeleton: {
({
children,
color,
shape,
...props
}: SkeletonProps): false | _$react_jsx_runtime0.JSX.Element;
displayName: string;
};
//#endregion
export { Skeleton as t };
//# sourceMappingURL=Skeleton-CwPz5EX0.d.ts.map