about summary refs log tree commit diff
path: root/src/lib/custom-animations/GestureActionView.web.tsx
blob: 1b7d96174a9765485311f4713c3ae0c52c3162e4 (plain) (blame)
1
2
3
4
5
import type React from 'react'

export function GestureActionView({children}: {children: React.ReactNode}) {
  return children
}