UNPKG

ipink-themejs

Version:

Theme for ui, 根据自定义的颜色值导出一套常用的Map合集, 字号、圆角、边框、字色、背景色、...

7 lines (5 loc) 362 B
import { default as getAlphaColor } from './theme/util/getAlphaColor'; export declare const genAlphaColor: typeof getAlphaColor; export * from './theme/index'; export type { ThemeOptions } from './theme/index'; export type { SizeMap, StyleMap, SeedMap, SeedOption, FontMap, PresetColorKey, PresetColorType, ColorPalettes, ColorToken } from './theme/interface';