Files
williammarch.xyz/node_modules/next/dist/lib/metadata/constants.d.ts
2026-04-02 19:13:46 +01:00

7 lines
245 B
TypeScript

import type { ViewportLayout } from './types/extra-types';
import type { Icons } from './types/metadata-types';
export declare const ViewportMetaKeys: {
[k in keyof ViewportLayout]: string;
};
export declare const IconKeys: (keyof Icons)[];