unis_crm/frontend1/node_modules/@ant-design/cssinjs-utils/es/hooks/useCSP.d.ts

9 lines
194 B
TypeScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
export type UseCSP = () => {
nonce?: string;
};
/**
* Provide a default hook since not everyone needs to config this.
*/
declare const useDefaultCSP: UseCSP;
export default useDefaultCSP;