UNPKG

hele

Version:
13 lines (12 loc) 444 B
import { Component } from "./Component"; export declare const _expired: Set<Component<any, any, any>>; export declare type TickMethod = (callback: () => void) => void; export declare const defaultTickMethod: TickMethod; export declare const Ticker: { tickMethod: TickMethod; maxUpdateTime: number; maxClearTime: number; _willTick: boolean; _tick(): void; _mark(component: Component<any, any, any>): void; };