UNPKG

@ant-design/compatible

Version:

Ant Design v3 to v4 compatible package

5 lines (4 loc) 262 B
import type { CSSObject } from '@ant-design/cssinjs'; import type { MergedToken } from '.'; export declare const resetForm: (token: MergedToken) => CSSObject; export declare const genFormControlValidation: (componentCls: string, colorText: string) => CSSObject;