UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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;