1
This commit is contained in:
+7
@@ -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