UNPKG

@birdwingo/react-native-swipe-modal

Version:

A versatile and smooth swipeable modal component for React Native applications.

10 lines (8 loc) 240 B
declare module '*.png'; declare module '*.gif'; declare interface Keyframe { composite?: 'accumulate' | 'add' | 'auto' | 'replace'; easing?: string; offset?: number | null; [property: string]: string | number | null | undefined; }