We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be1752 commit fd6ab68Copy full SHA for fd6ab68
typings/index.d.ts
@@ -152,6 +152,7 @@ export interface GetLabelPropsReturnValue {
152
export interface GetToggleButtonPropsOptions
153
extends React.HTMLProps<HTMLButtonElement> {
154
disabled?: boolean
155
+ onPress?: (event: React.BaseSyntheticEvent) => void
156
}
157
158
interface GetToggleButtonPropsReturnValue {
@@ -398,7 +399,9 @@ export interface UseSelectGetMenuReturnValue extends GetMenuPropsReturnValue {
398
399
400
export interface UseSelectGetToggleButtonPropsOptions
401
extends GetPropsWithRefKey,
- React.HTMLProps<HTMLElement> {}
402
+ React.HTMLProps<HTMLElement> {
403
404
+}
405
406
export interface UseSelectGetToggleButtonReturnValue
407
extends Pick<
0 commit comments