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