UNPKG

@patternfly/react-core

Version:

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

7 lines 388 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WizardDrawerWrapper = void 0; const WizardDrawerWrapper = ({ hasDrawer, wrapper, children }) => (hasDrawer ? wrapper(children) : children); exports.WizardDrawerWrapper = WizardDrawerWrapper; exports.WizardDrawerWrapper.displayName = 'WizardDrawerWrapper'; //# sourceMappingURL=WizardDrawerWrapper.js.map