UNPKG

viewport-playground

Version:

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

12 lines (11 loc) 329 B
export default Input; type Input = { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: Partial<$$ComponentProps>): void; }; declare const Input: import("svelte").Component<{ value?: any; } & Record<string, any>, {}, "value">; type $$ComponentProps = { value?: any; } & Record<string, any>;