mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 08:59:30 +08:00
8 lines
142 B
Text
8 lines
142 B
Text
import { Color } from './types.js';
|
|
|
|
/**
|
|
* Color keywords
|
|
*/
|
|
declare const colorKeywords: Record<string, Color>;
|
|
|
|
export { colorKeywords };
|