mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
3 lines
113 B
TypeScript
3 lines
113 B
TypeScript
export function init($root: HTMLElement): Promise<void>;
|
|
|
|
export function onDestroy(fn: Function): Promise<void>; |