UNPKG

storybook-addon-fake-api

Version:

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

8 lines (7 loc) 160 B
import React from "react"; interface APIPanelProps { key: string; active: boolean; } export declare const APIPanel: React.FC<APIPanelProps>; export {};