react/flow-typed/hex2rgba.js

4 lines
99 B
JavaScript

declare module 'hex2rgba' {
declare module.exports: (hex : string, alpha? : number) => string;
}