UNPKG

@storybook/addon-controls

Version:

Interact with component inputs dynamically in the Storybook UI

13 lines (11 loc) 252 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "PARAM_KEY", { enumerable: true, get: function get() { return _constants.PARAM_KEY; } }); var _constants = require("./constants");