* refactor: Use @ant-design/fast-color instead
* fix: test failed
* chore: remove isValidColor
All FastColor objects are valid. So isValid is always true.
FastColor("not-a-color") -> `#000000`
* refactor: rename directory `colorful` to `color`
* fix: ci fail
4 lines
109 B
TypeScript
4 lines
109 B
TypeScript
export * from './helpers';
|
|
export * from '@vben-core/shared/color';
|
|
export * from '@vben-core/shared/utils';
|