@recastui/themes
Version:
Recastui Design System component themes with Tailwindcss and CVA
12 lines (9 loc) • 993 B
TypeScript
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
import { VariantProps } from 'class-variance-authority';
declare const skeleton: (props?: ({
h?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "full" | "8" | "9" | "10" | "11" | "12" | "14" | "1/4" | "3/4" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "1/2" | "1/3" | "2/3" | "1/5" | "2/5" | "3/5" | "4/5" | null | undefined;
w?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "full" | "8" | "9" | "10" | "11" | "12" | "14" | "1/4" | "3/4" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "1/2" | "1/3" | "2/3" | "1/5" | "2/5" | "3/5" | "4/5" | null | undefined;
circle?: boolean | null | undefined;
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
type SkeletonTheme = VariantProps<typeof skeleton>;
export { SkeletonTheme, skeleton };