UNPKG

78 BTypeScriptView Raw
1declare function grayscale(color: string): string;
2
3export default grayscale;