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