Files
DefinitelyTyped/types/hex-rgba/index.d.ts
2017-11-16 23:59:01 +03:00

9 lines
314 B
TypeScript

// Type definitions for hex-rgba 1.0
// Project: https://github.com/developersoul/hex-rgba#readme
// Definitions by: Andrew Makarov <https://github.com/r3nya>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = hexToRgba;
declare function hexToRgba(hex: string, opacity: number): string;