minishouyin/node_modules/antd/lib/menu/style/rtl.d.ts
2025-11-12 11:35:57 +08:00

6 lines
229 B
TypeScript

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;