export type TLoopTriggerFn = ((cb: CallableFunction) => void) | ((cb: FrameRequestCallback) => number);