UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

8 lines (7 loc) 214 B
export class GesturePropError extends Error { constructor(name: string, value: unknown, expectedType: string) { super( `Invalid property \`${name}: ${value}\` expected \`${expectedType}\`` ); } }