feat(segment): add swipeGesture property to allow for disabling of the swipe gesture (#22087)

resolves #22048
This commit is contained in:
Takuma Kira
2020-11-14 02:38:23 +09:00
committed by GitHub
parent abad12fbdb
commit 65bc99577c
7 changed files with 52 additions and 13 deletions

View File

@ -574,6 +574,7 @@ export const IonSegment = /*@__PURE__*/ defineContainer<JSX.IonSegment>('ion-seg
'color',
'disabled',
'scrollable',
'swipeGesture',
'value',
'ionChange',
'ionSelect',