UNPKG

528 BJavaScriptView Raw
1import { __rest } from "tslib";
2import * as React from 'react';
3import { DropdownSeparator } from '../Dropdown/DropdownSeparator';
4export const ApplicationLauncherSeparator = (_a) => {
5 var {
6 // eslint-disable-next-line @typescript-eslint/no-unused-vars
7 children } = _a, props = __rest(_a, ["children"]);
8 return React.createElement(DropdownSeparator, Object.assign({}, props));
9};
10ApplicationLauncherSeparator.displayName = 'ApplicationLauncherSeparator';
11//# sourceMappingURL=ApplicationLauncherSeparator.js.map
\No newline at end of file