theme.d.ts 217 B

1234
  1. import type { CSSInterpolation } from '@ant-design/cssinjs';
  2. import type { MenuToken } from '.';
  3. declare const getThemeStyle: (token: MenuToken, themeSuffix: string) => CSSInterpolation;
  4. export default getThemeStyle;