UNPKG

viewport-playground

Version:

A powerful, isolated viewport testing component for Svelte 5. Test your application's responsiveness in real-time with curated device presets, all within your own development environment.

11 lines (10 loc) 294 B
export declare const enterPlayground: () => void; export declare const exitPlayground: () => void; export type State = { isActive: boolean; orientation: 'p' | 'l'; deviceId: string; wrapper: 'iframe' | 'div'; iframeUrl: string; }; export declare const viewportState: State;