method
AdminPluginRoute.component
AdminPluginRoute.component(
this: void,
internals: ComponentInternals,
props: {},
): { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: Partial<{}>): void; }Svelte route component rendered by the framework router.