UNPKG

antd-hz

Version:

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

6 lines (5 loc) 229 B
import type { CssUtil } from 'antd-style'; import type { MenuToken } from '.'; import type { GenerateStyle } from '../../theme/internal'; declare const getRTLStyle: GenerateStyle<MenuToken & CssUtil>; export default getRTLStyle;