@recastui/themes
Version:
Recastui Design System component themes with Tailwindcss and CVA
10 lines (7 loc) • 603 B
TypeScript
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
declare const link: (props?: ({
isExternal?: boolean | null | undefined;
color?: "main" | "tomato" | "red" | "crimson" | "pink" | "plum" | "purple" | "violet" | "indigo" | "blue" | "cyan" | "teal" | "green" | "grass" | "orange" | "brown" | "sky" | "mint" | "lime" | "yellow" | "amber" | "gold" | "bronze" | "error" | "info" | "success" | "warning" | null | undefined;
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
type LinkTheme = typeof link;
export { LinkTheme, link };