@threlte/theatre
Version:
Threlte Components for Theatre, an animation library with a professional motion design toolset
10 lines (9 loc) • 369 B
TypeScript
import type { SequenceController } from './SequenceController.js';
/**
* ### `useSequence`
*
* A hook to get the current sequence controller. If a key is provided, it will
* get the sequence controller with that key. Otherwise, it will get the
* "nearest" default sequence controller.
*/
export declare const useSequence: (key?: undefined) => SequenceController;