Brian Vaughn
7 years ago
3 changed files with 7 additions and 6 deletions
@ -1,3 +1,3 @@ |
|||||
declare module 'hex2rgba' { |
declare module 'hex2rgba' { |
||||
declare module.exports: (hex : string, alpha? : number) => string; |
declare module.exports: (hex: string, alpha?: number) => string; |
||||
} |
} |
||||
|
Loading…
Reference in new issue