rtl.d.ts 229 B

12345
  1. import type { CssUtil } from 'antd-style';
  2. import type { MenuToken } from '.';
  3. import type { GenerateStyle } from '../../theme/internal';
  4. declare const getRTLStyle: GenerateStyle<MenuToken & CssUtil>;
  5. export default getRTLStyle;