diff --git a/typings/index.d.ts b/typings/index.d.ts index 9836617ee..acd1221c8 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -150,7 +150,7 @@ export interface GetLabelPropsReturnValue { } export interface GetToggleButtonPropsOptions - extends React.HTMLProps { + extends React.HTMLProps { disabled?: boolean onPress?: (event: React.BaseSyntheticEvent) => void }