@recastui/themes
Version:
Recastui Design System component themes with Tailwindcss and CVA
10 lines (7 loc) • 411 B
TypeScript
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
import { VariantProps } from 'class-variance-authority';
declare const heading: (props?: ({
order?: "1" | "2" | "3" | "4" | "5" | "6" | null | undefined;
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
type HeadingTheme = VariantProps<typeof heading>;
export { HeadingTheme, heading };