dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
7 lines (6 loc) • 348 B
TypeScript
export declare const linkVariants: (props?: ({
color?: "disabled" | "enabled" | null | undefined;
size?: "sm" | "xs" | "md" | "lg" | null | undefined;
weight?: "bold" | "normal" | null | undefined;
decoration?: "none" | "underline" | null | undefined;
} & import('class-variance-authority/types').ClassProp) | undefined) => string;