Skip to content

Commit 9578183

Browse files
mturleyjeff-phillips-18
authored andcommitted
feat(index.js): export the layout helper so consumers can use layout.is('mobile') (#539)
affects: patternfly-react This layout helper is used internally for the default stateful behavior of VerticalNav. It would be useful to expose for consumers who want to override parts of that state.
1 parent f2454e8 commit 9578183

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/patternfly-react/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ export * from './components/TypeAheadSelect';
4646
export * from './components/UtilizationBar';
4747
export * from './components/Wizard';
4848
export * from './components/VerticalNav';
49-
export { patternfly } from './common/patternfly';
49+
export { patternfly, layout } from './common/patternfly';

0 commit comments

Comments
 (0)