UNPKG

210 BTypeScriptView Raw
1import { PropsWithChildren } from 'react';
2declare type Props = PropsWithChildren<Record<string, unknown>>;
3export default function GestureHandlerRootView({ children, ...rest }: Props): JSX.Element;
4export {};