Files
manolia-alpha/node_modules/buetify/lib/components/dropdown/index.js
Robin COuret e0e50af706 init component
2026-02-16 17:28:37 +01:00

8 lines
369 B
JavaScript
Executable File

import BDropdown from './BDropdown';
import BDropdownDivider from './BDropdownDivider';
import BDropdownItem from './BDropdownItem';
import BDropdownLink from './BDropdownLink';
import { DropdownThemeMap } from './theme';
export { BDropdownItem, BDropdownLink, BDropdownDivider, BDropdown, DropdownThemeMap };
export default BDropdown;
//# sourceMappingURL=index.js.map