mini-dynamic-antd-theme
Version:
|  |  |  • 457 B
TypeScript
/** Declaration file generated by dts-gen */
declare module 'mini-dynamic-antd-theme' {
import { ColorInputWithoutInstance } from 'tinycolor2';
type IColorObj = {
primaryColor: string;
hoverColor: string;
activeColor: string;
shadowColor: string;
};
export function generateThemeColor(color: ColorInputWithoutInstance): IColorObj;
export function changeAntdTheme(color: ColorInputWithoutInstance, options?: object): void;
}