Skip to content

Commit ca0427f

Browse files
authored
chore(input-number): typings
1 parent dc8c8cd commit ca0427f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/taro-ui/types/input-number.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MouseEvent, ComponentClass } from 'react'
1+
import { MouseEvent, ComponentClass, CSSProperties } from 'react'
22
import { CommonEventFunction, CommonEvent } from '@tarojs/components/types/common'
33
import AtComponent from './base'
44

@@ -21,7 +21,7 @@ export interface AtInputNumberProps extends AtComponent {
2121
*/
2222
value: number | string
2323

24-
style?: string
24+
customStyle?: CSSProperties
2525
/**
2626
* 最小值
2727
* @type {number}

0 commit comments

Comments
 (0)