UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 219 B
import type { GenerateStyle } from '../../theme/interface'; import type { SelectToken } from './token'; declare const genSelectInputMultipleStyle: GenerateStyle<SelectToken>; export default genSelectInputMultipleStyle;