@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
12 lines (11 loc) • 422 B
TypeScript
import { i as Shapes, t as Colors } from "./Skeleton.constants-BsKa1099.js";
import { AllHTMLAttributes, ReactNode } from "react";
//#region src/components/Skeleton/Skeleton.types.d.ts
interface SkeletonProps extends AllHTMLAttributes<HTMLDivElement> {
shape: `${Shapes}`;
children?: ReactNode;
color?: `${Colors}`;
}
//#endregion
export { SkeletonProps as t };
//# sourceMappingURL=Skeleton.types-ChamiIhT.d.ts.map