UNPKG

storybook-addon-fake-api

Version:

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

3 lines (2 loc) 174 B
export declare type Method = "CONNECT" | "DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT" | "TRACE"; export declare type ResponseType = "Resolve" | "Reject";