UNPKG

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