minishouyin/node_modules/antd/es/menu/style/vertical.d.ts

5 lines
186 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
import type { MenuToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const getVerticalStyle: GenerateStyle<MenuToken>;
export default getVerticalStyle;