human/types/gesture/gesture.d.ts

6 lines
245 B
TypeScript

import { Gesture } from '../result';
export declare const body: (res: any) => Gesture[];
export declare const face: (res: any) => Gesture[];
export declare const iris: (res: any) => Gesture[];
export declare const hand: (res: any) => Gesture[];