chore: update ant-design dependencies and add new icon types
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import InternalDropdown from './dropdown';
|
||||
import DropdownButton from './dropdown-button';
|
||||
const Dropdown = InternalDropdown;
|
||||
Dropdown.Button = DropdownButton;
|
||||
export default Dropdown;
|
||||
Reference in New Issue
Block a user