mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
9 lines
314 B
TypeScript
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;
|