Files
lcbp3.np-dms.work/frontend/node_modules/next/dist/shared/lib/amp-mode.d.ts
2025-09-21 20:29:15 +07:00

6 lines
191 B
TypeScript
Executable File

export declare function isInAmpMode({ ampFirst, hybrid, hasQuery, }?: {
ampFirst?: boolean | undefined;
hybrid?: boolean | undefined;
hasQuery?: boolean | undefined;
}): boolean;