UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines 319 B
import { genBorderlessStyle, genFilledStyle, genOutlinedStyle } from '../../input/style/variants'; const genVariantsStyle = token => ({ [token.componentCls]: Object.assign(Object.assign(Object.assign({}, genOutlinedStyle(token)), genFilledStyle(token)), genBorderlessStyle(token)) }); export default genVariantsStyle;