UNPKG

react-styleguidist

Version:
13 lines (12 loc) 337 B
/* eslint-disable import/prefer-default-export */ export var DisplayModes = Object.freeze({ // Show all sections and components (default) all: 'all', // Show one section section: 'section', // Show one component component: 'component', // Show one example inside component or section example: 'example' // TODO: error (404) });