UNPKG

@threlte/theatre

Version:

Threlte Components for Theatre, an animation library with a professional motion design toolset

10 lines (9 loc) 255 B
import type { Snippet } from 'svelte'; interface Props { enabled?: boolean; hide?: boolean; children?: Snippet; } declare const Studio: import("svelte").Component<Props, {}, "">; type Studio = ReturnType<typeof Studio>; export default Studio;