Skip to content

Commit c10e5ad

Browse files
committed
No backticks for enum values
1 parent b62d8d2 commit c10e5ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/tabs/host/TabsHost.types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ export type TabSelectedEvent = {
6565
* @summary Origin (actor) that requested this tab transition.
6666
*
6767
* @description
68-
* - `'user'` — direct native UI interaction (e.g. tab bar tap, iOS tab drag-and-drop).
69-
* - `'programmatic-js'` — JS-initiated request delivered via the `navStateRequest` prop.
70-
* - `'implicit'` — platform side effect not attributable to an explicit actor
68+
* - `user` — direct native UI interaction (e.g. tab bar tap, iOS tab drag-and-drop).
69+
* - `programmatic-js` — JS-initiated request delivered via the `navStateRequest` prop.
70+
* - `implicit` — platform side effect not attributable to an explicit actor
7171
* (e.g. UIKit reshuffling the selection during a horizontal size-class transition on iPad).
7272
* Currently only emitted on iOS.
7373
*/

0 commit comments

Comments
 (0)