Files
planet/frontend/node_modules/antd/es/menu/style/rtl.d.ts
2026-03-05 11:46:58 +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;