UNPKG

react-native-flip-book

Version:
10 lines (8 loc) 125 B
export type Size = { height: number; width: number; }; export type Page = { left: string; right: string; };