UNPKG

storybook-addon-fake-api

Version:

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

12 lines (11 loc) 345 B
import { ArgTypes, Args } from "@storybook/components"; export declare class UIService { private numberOfIndexDigits; private readonly apiManager; private static instance; static getInstance(): UIService; getRows(): ArgTypes | null; private getResponseControls; getArgs(): Args | null; private getResponseArgs; }