mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 12:43:05 +00:00
4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
declare module 'hex2rgba' {
|
|
declare module.exports: (hex: string, alpha?: number) => string;
|
|
}
|