UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

5 lines (4 loc) 114 B
/** ** Hex color to RGBA color */ export declare const hexToRGBA: (hexCode: string, opacity: number) => string;