UNPKG

storybook-addon-react-runner

Version:

Storybook addon to provide react live preview powered by react-runner

11 lines (8 loc) 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.decorators = void 0; var _withRunner = require("../withRunner"); var decorators = [_withRunner.withRunner]; exports.decorators = decorators;