UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

7 lines (6 loc) 294 B
import type { CSSObject } from '@ant-design/cssinjs'; import type { CssUtil } from 'antd-style'; import type { MenuToken } from '.'; import type { GenerateStyle } from '../../theme/internal'; declare const getRTLStyle: GenerateStyle<MenuToken & CssUtil, CSSObject>; export default getRTLStyle;