afc163
6 years ago
1 changed files with 14 additions and 13 deletions
@ -1,18 +1,19 @@ |
|||
import { tuple } from './type'; |
|||
|
|||
export const PresetColorTypes = tuple( |
|||
'pink', |
|||
'red', |
|||
'yellow', |
|||
'orange', |
|||
'cyan', |
|||
'green', |
|||
'blue', |
|||
'purple', |
|||
'geekblue', |
|||
'magenta', |
|||
'volcano', |
|||
'gold', |
|||
'lime' |
|||
'pink', |
|||
'red', |
|||
'yellow', |
|||
'orange', |
|||
'cyan', |
|||
'green', |
|||
'blue', |
|||
'purple', |
|||
'geekblue', |
|||
'magenta', |
|||
'volcano', |
|||
'gold', |
|||
'lime', |
|||
); |
|||
|
|||
export type PresetColorType = (typeof PresetColorTypes)[number]; |
|||
|
Loading…
Reference in new issue