/**
* This hook is only for cssVar to add root className for components.
* If root ClassName is needed, this hook could be refactored with `-root`
* @paramprefixCls
*/constuseCSSVarCls = prefixCls => `${prefixCls}-css-var`;
exportdefault useCSSVarCls;