react-native-gallery-preview
Version:
<div> <img align="right" height="720" src="example.gif"> </div>
26 lines • 728 B
TypeScript
import React from "react";
import { SharedValue } from "react-native-reanimated";
interface DebugViewProps {
values: Record<string, SharedValue<number | boolean> | number | boolean>;
}
export declare const DebugView: ({ values }: DebugViewProps) => React.JSX.Element;
export declare const styles: {
container: {
position: "absolute";
right: number;
bottom: number;
padding: number;
backgroundColor: string;
pointerEvents: "none";
};
text: {
fontSize: number;
lineHeight: number;
textAlignVertical: "center";
height: number;
padding: number;
color: string;
};
};
export {};
//# sourceMappingURL=DebugView.d.ts.map