chore: update ant-design dependencies and add new icon types
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { CSSObject } from '@ant-design/cssinjs';
|
||||
import type { SelectToken } from './token';
|
||||
declare const genVariantsStyle: (token: SelectToken) => CSSObject;
|
||||
export default genVariantsStyle;
|
||||
Reference in New Issue
Block a user