@threlte/theatre
Version:
Threlte Components for Theatre, an animation library with a professional motion design toolset
7 lines (6 loc) • 442 B
TypeScript
import type { IProject, ISheet, ISheetObject } from '@theatre/core';
import type { IStudio } from '@theatre/studio';
export declare const globalProjects: Map<string, IProject>;
export declare const globalSheets: Map<string, ISheet>;
export declare const globalObjects: Map<string, ISheetObject<import("@theatre/core").UnknownShorthandCompoundProps>>;
export declare const studio: import("@threlte/core").CurrentWritable<IStudio | undefined>;