mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-22 19:46:38 +08:00
7 lines
226 B
TypeScript
7 lines
226 B
TypeScript
import { colorPalettes } from './constant';
|
|
import { getColorName, getHex, getHsl, getRgb } from './shared';
|
|
|
|
export * from './palette';
|
|
export { getColorName, getHex, getHsl, getRgb, colorPalettes };
|
|
export * from './types';
|