UNPKG

webglimpse

Version:

Webglimpse is a data visualization library for the web.

7 lines (6 loc) 258 B
import { Layout } from '../core'; /** * Simple layout which sets the sizes of all child panes to the size of the parent pane * (causing all the children to 'overlay' each other and the parent). */ export declare function newOverlayLayout(): Layout;