ant-design/components/input-number/style/cssVar.ts
MadCcc 80e46b7662
chore: enable cssVar in imageTest (#45985)
* chore: enable cssVar in imageTest

* fix: tree select style

* chore: fix avatar group style

* fix: cascader panel style

* fix: form style

* fix: slider disabled style

* fix: mentions style

* fix: tag style

* fix: tabs style

* fix: Rate style

* fix: table custom token

* chore: update snapshot

* fix: menu style

* fix: InputNumber style

* chore: recover image test

* chore: add css var image test
2023-11-22 20:53:48 +08:00

10 lines
277 B
TypeScript

import { genCSSVarRegister } from '../../theme/internal';
import { formatComponentToken, prepareComponentToken } from '.';
export default genCSSVarRegister('InputNumber', prepareComponentToken, {
format: formatComponentToken,
unitless: {
handleOpacity: true,
},
});