UNPKG

next

Version:

The React Framework

3 lines (2 loc) 188 B
export declare function getSortedRoutes(normalizedPages: ReadonlyArray<string>): string[]; export declare function getSortedRouteObjects<T>(objects: T[], getter: (obj: T) => string): T[];