UNPKG

@threlte/theatre

Version:

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

9 lines (8 loc) 239 B
import type { ISheet } from '@theatre/core'; import type { SequenceController } from '../sequence/SequenceController'; export interface SheetContext { sheet: ISheet; sequences: { [key: string]: SequenceController; }; }