mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
react-onsenui: Fixed typo and property type for ProgressBar (#22999)
* react-onsenui: Added missing attributes to existing components and on-change event of a Switch. * react-onsenui: Fixed typo for ProgressBar intermediate --> indeterminate * react-onsenui: Fixed type for ProgressBar secondaryValue boolean --> number
This commit is contained in:
4
types/react-onsenui/index.d.ts
vendored
4
types/react-onsenui/index.d.ts
vendored
@@ -249,8 +249,8 @@ export class ActionSheetButton extends Component<{
|
||||
export class ProgressBar extends Component<{
|
||||
modifier?: string,
|
||||
value?: number,
|
||||
secondaryValue?: boolean,
|
||||
intermediate?: boolean,
|
||||
secondaryValue?: number,
|
||||
indeterminate?: boolean,
|
||||
}, any> {}
|
||||
|
||||
export class ProgressCircular extends Component<{
|
||||
|
||||
Reference in New Issue
Block a user