UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

8 lines (7 loc) 261 B
/** * 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;