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