one
Version:
One is a new React Framework that makes Vite serve both native and web.
7 lines • 305 B
TypeScript
import type { OneRouter } from './interfaces/router';
/**
* Type-level utility function to help pass valid Href typed strings.
* Does not actually validate at runtime, though we could add this later.
*/
export declare function href<A extends OneRouter.Href>(a: A): A;
//# sourceMappingURL=href.d.ts.map