UNPKG

@structured-types/playground-plugin

Version:

Typescript playground plugin to display the types from source code.

3 lines (2 loc) 111 B
import type { Sandbox } from '../vendor/sandbox'; export declare const renderUI: (sandbox: Sandbox) => void;