minishouyin/node_modules/antd/es/config-provider/hooks/useCSSVarCls.d.ts

8 lines
261 B
TypeScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
/**
* 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;