minishouyin/node_modules/antd/es/dropdown/index.js

7 lines
199 B
JavaScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
"use client";
import InternalDropdown from './dropdown';
import DropdownButton from './dropdown-button';
const Dropdown = InternalDropdown;
Dropdown.Button = DropdownButton;
export default Dropdown;