rdesign/frontend/node_modules/khroma/dist/methods/to_keyword.d.ts

3 lines
90 B
TypeScript

declare const toKeyword: (color: string) => string | undefined;
export default toKeyword;