@threlte/theatre
Version:
Threlte Components for Theatre, an animation library with a professional motion design toolset
12 lines (11 loc) • 318 B
TypeScript
import type { Snippet } from 'svelte';
import type { IProjectConfig } from '@theatre/core';
declare const Theatre: import("svelte").Component<{
studio?: {
enabled?: boolean;
hide?: boolean;
};
config?: IProjectConfig | undefined;
children?: Snippet;
}, {}, "">;
export default Theatre;