UNPKG

@curveball/browser

Version:

Automatic API browser generator. A middleware that turns your JSON responses into HTML if accessed by a browser.

10 lines (9 loc) 253 B
import { State } from 'ketting'; import * as React from 'react'; import { Options } from '../types.js'; type Props = { options: Options; resourceState: State; }; export declare function Search(props: Props): React.JSX.Element | null; export {};