unis_crm/frontend1/node_modules/antd/es/dropdown/index.js

7 lines
199 B
JavaScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
"use client";
import InternalDropdown from './dropdown';
import DropdownButton from './dropdown-button';
const Dropdown = InternalDropdown;
Dropdown.Button = DropdownButton;
export default Dropdown;