Files
react.dev/flow-typed/hex2rgba.js
2017-10-05 08:08:22 -07:00

4 lines
97 B
JavaScript

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