amotify
Version:
UI Component for React,NextJS,esbuild
17 lines (16 loc) • 389 B
TypeScript
import { Themecolor } from '../@declares';
export declare const ColorRecords: {
key: Themecolor;
safeName?: string;
isBrand?: true;
hex: string;
}[];
export declare const SetThemeColorTag: () => void;
declare const ThemeColors: {
[key in Themecolor]: {
alfa(alfa?: number): string;
hex: string;
isBrand?: true;
};
};
export { ThemeColors };