We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8c8cd commit ca0427fCopy full SHA for ca0427f
packages/taro-ui/types/input-number.d.ts
@@ -1,4 +1,4 @@
1
-import { MouseEvent, ComponentClass } from 'react'
+import { MouseEvent, ComponentClass, CSSProperties } from 'react'
2
import { CommonEventFunction, CommonEvent } from '@tarojs/components/types/common'
3
import AtComponent from './base'
4
@@ -21,7 +21,7 @@ export interface AtInputNumberProps extends AtComponent {
21
*/
22
value: number | string
23
24
- style?: string
+ customStyle?: CSSProperties
25
/**
26
* 最小值
27
* @type {number}
0 commit comments