minishouyin/node_modules/@ant-design/cssinjs-utils/lib/hooks/useCSP.d.ts

9 lines
194 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
export type UseCSP = () => {
nonce?: string;
};
/**
* Provide a default hook since not everyone needs to config this.
*/
declare const useDefaultCSP: UseCSP;
export default useDefaultCSP;