UNPKG

mdui-ext

Version:

a extension for mdui !(not completed)

6 lines (5 loc) 192 B
declare class ColorUtil { static changeTextColor(textColor: string, element: HTMLElement): void; static changeColor(color: string, element: HTMLElement): void; } export { ColorUtil };