UNPKG

viewport-playground

Version:

```ts import {ViewportPlayground, enterPlayground} from 'viewport-playground'

10 lines (9 loc) 196 B
export declare const DEVICES: { id: string; name: string; width: number; height: number; aspect_ratio: string; type: string; }[]; export declare const TOOLBAR_HEIGHT = 50;