UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

13 lines 648 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApplicationLauncherGroup = void 0; const tslib_1 = require("tslib"); const React = tslib_1.__importStar(require("react")); const Dropdown_1 = require("../Dropdown"); const ApplicationLauncherGroup = (_a) => { var { children } = _a, props = tslib_1.__rest(_a, ["children"]); return React.createElement(Dropdown_1.DropdownGroup, Object.assign({}, props), children); }; exports.ApplicationLauncherGroup = ApplicationLauncherGroup; exports.ApplicationLauncherGroup.displayName = 'ApplicationLauncherGroup'; //# sourceMappingURL=ApplicationLauncherGroup.js.map