mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
8 lines
150 B
TypeScript
8 lines
150 B
TypeScript
import { colorPalettes } from './constant';
|
|
|
|
export * from './palette';
|
|
export * from './shared';
|
|
export { colorPalettes };
|
|
|
|
export * from './types';
|