horizontal.d.ts 190 B

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