bpms_site/.svn/pristine/6c/6c8e1b02fa47b4ce820c08e3924bbe9a066ff108.svn-base
2025-11-02 16:38:49 +03:30

11 lines
288 B
Plaintext

import React from 'react';
export declare const HeadManagerContext: React.Context<{
updateHead?: (state: any) => void;
mountedInstances?: any;
updateScripts?: (state: any) => void;
scripts?: any;
getIsSsr?: () => boolean;
appDir?: boolean;
nonce?: string;
}>;