UNPKG

182 BTypeScriptView Raw
1import type { CSSInterpolation } from '@ant-design/cssinjs';
2import type { MergedToken } from '.';
3export declare const genFormLayoutStyle: (token: MergedToken) => CSSInterpolation;