chore: update ant-design dependencies and add new icon types
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import InternalDropdown from './dropdown';
|
||||
import DropdownButton from './dropdown-button';
|
||||
export type { DropdownProps as DropDownProps, DropdownProps } from './dropdown';
|
||||
export type { DropdownButtonProps, DropdownButtonType } from './dropdown-button';
|
||||
declare const Dropdown: typeof InternalDropdown & {
|
||||
Button: typeof DropdownButton;
|
||||
};
|
||||
export default Dropdown;
|
||||
Reference in New Issue
Block a user