UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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