UNPKG

viewport-playground

Version:

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

10 lines (9 loc) 267 B
export declare const enterPlayground: () => void; export declare const exitPlayground: () => void; export declare const viewportState: { isActive: boolean; orientation: "p" | "l"; deviceId: string; wrapper: "iframe" | "div"; iframeUrl: string; };