UNPKG

rasengan

Version:

The modern React Framework

11 lines (10 loc) 222 B
/** * Define static paths for a page * @param items - List of params * @returns */ export declare function defineStaticPaths<T extends Record<string, string>>(items: T[]): { paths: { params: T; }[]; };