5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
|
export declare class OnLoad {
|
||
|
onLoad(): Promise<void>;
|
||
|
getRoute(): string;
|
||
|
}
|