Files

3 lines
113 B
TypeScript

export function init($root: HTMLElement): Promise<void>;
export function onDestroy(fn: Function): Promise<void>;