UNPKG

512 BJavaScriptView Raw
1import { __rest } from "tslib";
2import * as React from 'react';
3import { css } from '@patternfly/react-styles';
4export const ApplicationLauncherText = (_a) => {
5 var { className = '', children } = _a, props = __rest(_a, ["className", "children"]);
6 return (React.createElement("span", Object.assign({ className: css('pf-c-app-launcher__menu-item-text', className) }, props), children));
7};
8ApplicationLauncherText.displayName = 'ApplicationLauncherText';
9//# sourceMappingURL=ApplicationLauncherText.js.map
\No newline at end of file