5 lines
206 B
TypeScript
5 lines
206 B
TypeScript
|
import type { CSSInterpolation } from '@ant-design/cssinjs';
|
||
|
import type { SelectToken } from '.';
|
||
|
declare const genMultipleStyle: (token: SelectToken) => CSSInterpolation;
|
||
|
export default genMultipleStyle;
|