UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

11 lines (10 loc) 456 B
import type { CSSObject } from '@ant-design/cssinjs'; import type { DerivativeToken } from '../theme'; export declare function genCompactItemStyle(token: DerivativeToken, prefixCls: string, /** Some component borders are implemented on child elements like `Select` */ borderedElementCls?: string, /** * Some components have special `focus` className especially with popovers like `Select` and * `DatePicker` */ popoverFocusedCls?: string): CSSObject;