UNPKG

@clerk/themes

Version:

Themes for the Clerk auth components

10 lines (9 loc) 272 B
export declare const cssSupports: { relativeColorSyntax: () => boolean; colorMix: () => boolean; /** * Returns true if either relativeColorSyntax or colorMix is supported */ modernColor(): boolean; }; export declare const clearCache: () => void;