UNPKG

@patternfly/react-core

Version:

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

3 lines 221 B
export const WizardDrawerWrapper = ({ hasDrawer, wrapper, children }) => (hasDrawer ? wrapper(children) : children); WizardDrawerWrapper.displayName = 'WizardDrawerWrapper'; //# sourceMappingURL=WizardDrawerWrapper.js.map