UNPKG

425 BJavaScriptView Raw
1import { __rest } from "tslib";
2import * as React from 'react';
3import { DropdownGroup } from '../Dropdown';
4export const ApplicationLauncherGroup = (_a) => {
5 var { children } = _a, props = __rest(_a, ["children"]);
6 return React.createElement(DropdownGroup, Object.assign({}, props), children);
7};
8ApplicationLauncherGroup.displayName = 'ApplicationLauncherGroup';
9//# sourceMappingURL=ApplicationLauncherGroup.js.map
\No newline at end of file