mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00

* 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
10 lines
277 B
TypeScript
10 lines
277 B
TypeScript
import { genCSSVarRegister } from '../../theme/internal';
|
|
import { formatComponentToken, prepareComponentToken } from '.';
|
|
|
|
export default genCSSVarRegister('InputNumber', prepareComponentToken, {
|
|
format: formatComponentToken,
|
|
unitless: {
|
|
handleOpacity: true,
|
|
},
|
|
});
|