UNPKG

antd-hz

Version:

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

8 lines (7 loc) 281 B
import type { RenderEmptyHandler } from '../../config-provider'; export default function useBase(customizePrefixCls?: string, direction?: 'ltr' | 'rtl'): [ prefixCls: string, cascaderPrefixCls: string, direction?: 'ltr' | 'rtl', renderEmpty?: RenderEmptyHandler ];