added fonts
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import type { PathnameNormalizer } from './pathname-normalizer';
|
||||
import { SuffixPathnameNormalizer } from './suffix';
|
||||
export declare class PrefetchRSCPathnameNormalizer extends SuffixPathnameNormalizer implements PathnameNormalizer {
|
||||
constructor();
|
||||
match(pathname: string): boolean;
|
||||
normalize(pathname: string, matched?: boolean): string;
|
||||
}
|
||||
Reference in New Issue
Block a user