UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

8 lines 229 B
import { PALETTE_MAP } from '../common/constant'; /** * 获取当前的主题色板 */ export const getPalette = (themeName) => { return PALETTE_MAP[themeName] || PALETTE_MAP['default']; }; //# sourceMappingURL=theme.js.map