one
Version:
One is a new React Framework that makes Vite serve both native and web.
9 lines • 400 B
TypeScript
import type { OneLinkingOptions } from './getLinkingConfig';
import type { RouteNode } from './Route';
type Linking = Pick<OneLinkingOptions, 'config' | 'getStateFromPath'>;
export declare function getRouteArtifactPaths(href: string, linking: Linking | undefined, rootNode: RouteNode | null): {
loader: string;
preload: string;
};
export {};
//# sourceMappingURL=getRouteArtifactPath.d.ts.map