6 lines
271 B
TypeScript
6 lines
271 B
TypeScript
import type { CSSObject } from '@ant-design/cssinjs';
|
|
import type { FormToken } from '.';
|
|
import type { GenerateStyle } from '../../theme/internal';
|
|
declare const genFormValidateMotionStyle: GenerateStyle<FormToken, CSSObject>;
|
|
export default genFormValidateMotionStyle;
|