added fonts
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import type { PathnameNormalizer } from './pathname-normalizer';
|
||||
export declare class SegmentPrefixRSCPathnameNormalizer implements PathnameNormalizer {
|
||||
match(pathname: string): boolean;
|
||||
extract(pathname: string): {
|
||||
originalPathname: string;
|
||||
segmentPath: string;
|
||||
} | null;
|
||||
normalize(pathname: string): string;
|
||||
}
|
||||
Reference in New Issue
Block a user