Files
2026-01-12 09:12:41 +00: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;