first commit
This commit is contained in:
7
frontend/node_modules/antd/lib/config-provider/hooks/useCSSVarCls.d.ts
generated
vendored
Normal file
7
frontend/node_modules/antd/lib/config-provider/hooks/useCSSVarCls.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* This hook is only for cssVar to add root className for components.
|
||||
* If root ClassName is needed, this hook could be refactored with `-root`
|
||||
* @param prefixCls
|
||||
*/
|
||||
declare const useCSSVarCls: (prefixCls: string) => string;
|
||||
export default useCSSVarCls;
|
||||
Reference in New Issue
Block a user