@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
7 lines • 369 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ApplicationLauncherItemContext = void 0;
const tslib_1 = require("tslib");
const React = tslib_1.__importStar(require("react"));
exports.ApplicationLauncherItemContext = React.createContext({ isExternal: false, icon: null });
//# sourceMappingURL=ApplicationLauncherItemContext.js.map
;