react-native-joystick-latest
Version:
5 lines (4 loc) • 318 B
TypeScript
import React from "react";
import { IReactNativeJoystickProps } from "./types";
export declare const ReactNativeJoystick: ({ onStart, onMove, onStop, color, radius, style, ...props }: IReactNativeJoystickProps) => React.JSX.Element;
export type { IReactNativeJoystickEvent, IReactNativeJoystickProps } from "./types";