UNPKG

storybook-addon-fake-api

Version:

This addon will send fake responses to the requests sent from your component

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