Files
2026-01-16 01:51:36 +00:00

5 lines
217 B
TypeScript

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