UNPKG

@threlte/theatre

Version:

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

10 lines (9 loc) 366 B
import type { SequenceController } from './SequenceController'; /** * ### `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;