4 lines
177 B
TypeScript
4 lines
177 B
TypeScript
|
import type { CSSInterpolation } from '@ant-design/cssinjs';
|
||
|
import type { SelectToken } from '.';
|
||
|
export default function genSingleStyle(token: SelectToken): CSSInterpolation;
|