8 lines
122 B
TypeScript
8 lines
122 B
TypeScript
|
export interface RegisterClientRouteOptions {
|
||
|
route: string
|
||
|
|
||
|
onMount (options: {
|
||
|
rootEl: HTMLElement
|
||
|
}): void
|
||
|
}
|