Files
clawbot/skills/remotion-prompt-video/node_modules/remotion/dist/cjs/nonce.d.ts
T

6 lines
181 B
TypeScript

export type TNonceContext = {
getNonce: () => number;
};
export declare const NonceContext: import("react").Context<TNonceContext>;
export declare const useNonce: () => number;