UNPKG

storybook-addon-fake-api

Version:

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

10 lines (9 loc) 327 B
export declare const ADDON_ID = "storybook/fake-api"; export declare const PANEL_ID: string; export declare const PANEL_TITLE = "Fake API List"; export declare const PARAM_KEY = "fakeAPIParameter"; export declare const EVENTS: { API_ITEM_UPDATED: string; API_SET: string; }; export declare const API_METHODS: string[];