UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

5 lines (4 loc) 217 B
import type { CSSInterpolation } from '../../_util/cssinjs'; import type { MenuToken } from '.'; declare const getThemeStyle: (token: MenuToken, themeSuffix: string) => CSSInterpolation; export default getThemeStyle;