added fonts
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { ParsedUrlQuery } from 'querystring';
|
||||
export declare function interpolateAs(route: string, asPathname: string, query: ParsedUrlQuery): {
|
||||
params: string[];
|
||||
result: string;
|
||||
};
|
||||
Reference in New Issue
Block a user