about summary refs log tree commit diff
path: root/src/components/Select/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Select/types.ts')
-rw-r--r--src/components/Select/types.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/Select/types.ts b/src/components/Select/types.ts
index 5c1b80a3b..661621a60 100644
--- a/src/components/Select/types.ts
+++ b/src/components/Select/types.ts
@@ -53,7 +53,9 @@ export type RadixPassThroughTriggerProps = {
   ['aria-controls']?: string
   ['aria-haspopup']?: boolean
   ['aria-expanded']?: AccessibilityProps['aria-expanded']
-  onPress: () => void
+  onClick: () => void
+  onPointerDown: () => void
+  onKeyDown: () => void
 }
 
 export type TriggerProps = {