Luka Jeran
4 years ago
committed by
GitHub
91 changed files with 98 additions and 97 deletions
@ -0,0 +1,9 @@
|
||||
import defaultRenderEmpty from './renderEmpty'; |
||||
|
||||
export const ConfigConsumerProps = { |
||||
getPrefixCls: (suffixCls, customizePrefixCls) => { |
||||
if (customizePrefixCls) return customizePrefixCls; |
||||
return `ant-${suffixCls}`; |
||||
}, |
||||
renderEmpty: defaultRenderEmpty, |
||||
}; |
Loading…
Reference in new issue