d63e6d460
1 2 3 4 5 6 7
export interface RegisterClientRouteOptions { route: string onMount (options: { rootEl: HTMLElement }): void }