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

5 lines
190 B
TypeScript

import type { MenuToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const getHorizontalStyle: GenerateStyle<MenuToken>;
export default getHorizontalStyle;