@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 425 B
JavaScript
import { __rest } from "tslib";
import * as React from 'react';
import { DropdownGroup } from '../Dropdown';
export const ApplicationLauncherGroup = (_a) => {
var { children } = _a, props = __rest(_a, ["children"]);
return React.createElement(DropdownGroup, Object.assign({}, props), children);
};
ApplicationLauncherGroup.displayName = 'ApplicationLauncherGroup';
//# sourceMappingURL=ApplicationLauncherGroup.js.map