@fluster.io/dev
Version:
6 lines (5 loc) • 618 B
TypeScript
export declare const defaultBooleanColors: readonly ["primary", "primary-foreground", "background", "foreground", "card", "card-foreground", "popover", "popover-foreground", "secondary", "secondary-foreground", "muted", "muted-foreground", "accent", "accent-foreground", "destructive", "destructive-foreground", "border", "input", "ring", "info", "info-foreground", "success", "success-foreground", "error", "error-foreground", "warning", "warning-foreground"];
export declare const getColorProp: (props: object, defaultColor: (typeof defaultBooleanColors)[number]) => {
color: string;
foreground?: string;
};