UNPKG

vim-webgl-component

Version:

A demonstration app built on top of the vim-webgl-viewer

7 lines (6 loc) 234 B
/// <reference types="react" /> import { SideState } from '../sidePanel/sideState'; export declare function RestOfScreen(props: { side: SideState; content: () => JSX.Element; }): import("react/jsx-runtime").JSX.Element;