Skip to content

Commit 2ab826c

Browse files
authored
Merge pull request #1334 from fupengl/patch-1
chore(input-number): typings
2 parents ba5caf3 + ca0427f commit 2ab826c

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)