UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

12 lines (11 loc) 295 B
declare type Style = { style?: any; class?: any; }; export declare const colorable: ({ textColor }: { textColor?: string; }) => { setBackgroundColor: (color: string | any[], data?: Style) => Style; setTextColor: (color: string | string[], data?: any) => Style; }; export {};