amotify
Version:
UI Component for React,NextJS,esbuild
16 lines (15 loc) • 366 B
TypeScript
import { Themecolor } from '../@declares';
export declare const ColorRecords: {
key: Themecolor;
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 };