import type { RouteConfig } from './Route/RouteConfig'; /** * Represents the `IRouterElementProps` interface. * * @public */ export interface IRouterElementProps { useHash: boolean; routes: Array; scrollRestoration: ScrollRestoration; } //# sourceMappingURL=IRouterElementProps.d.ts.map