UNPKG

vue-material-you

Version:

Material design 3 UI framework for Vue 3

9 lines (8 loc) 217 B
/** * Check if the color is a valid hex color */ export declare function isHexColor(color: string): boolean; /** * Convert hex color to "r, g, b" string */ export declare function rgbFromHex(hex: string): string;