Files
video-gen/video-gen-admin/node_modules/antd/es/menu/style/rtl.d.ts
T
2026-05-25 17:08:18 +08:00

7 lines
294 B
TypeScript

import type { CSSObject } from '@ant-design/cssinjs';
import type { CssUtil } from 'antd-style';
import type { MenuToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const getRTLStyle: GenerateStyle<MenuToken & CssUtil, CSSObject>;
export default getRTLStyle;