cs
This commit is contained in:
8
node_modules/@ant-design/cssinjs-utils/es/hooks/useCSP.d.ts
generated
vendored
Normal file
8
node_modules/@ant-design/cssinjs-utils/es/hooks/useCSP.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export type UseCSP = () => {
|
||||
nonce?: string;
|
||||
};
|
||||
/**
|
||||
* Provide a default hook since not everyone needs to config this.
|
||||
*/
|
||||
declare const useDefaultCSP: UseCSP;
|
||||
export default useDefaultCSP;
|
||||
Reference in New Issue
Block a user