UNPKG

viewport-playground

Version:

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

11 lines (10 loc) 263 B
type $$ComponentProps = { options: { label: string; value: string; }[]; value: string; }; declare const Select: import("svelte").Component<$$ComponentProps, {}, "value">; type Select = ReturnType<typeof Select>; export default Select;