@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
15 lines • 777 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ApplicationLauncherSeparator = void 0;
const tslib_1 = require("tslib");
const React = tslib_1.__importStar(require("react"));
const DropdownSeparator_1 = require("../Dropdown/DropdownSeparator");
const ApplicationLauncherSeparator = (_a) => {
var {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
children } = _a, props = tslib_1.__rest(_a, ["children"]);
return React.createElement(DropdownSeparator_1.DropdownSeparator, Object.assign({}, props));
};
exports.ApplicationLauncherSeparator = ApplicationLauncherSeparator;
exports.ApplicationLauncherSeparator.displayName = 'ApplicationLauncherSeparator';
//# sourceMappingURL=ApplicationLauncherSeparator.js.map
;