UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

6 lines 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._dont = exports._do = void 0; exports._do = "<DoDont do={{ title: 'Do this', list: ['First Item', 'Second Item'] }} />"; exports._dont = "<DoDont dont={{ title: 'Dont this', list: ['First Item', 'Second Item'] }} />"; //# sourceMappingURL=DoDont.examples.js.map