react-native-gallery-preview
Version:
<div> <img align="right" height="720" src="example.gif"> </div>
11 lines • 423 B
TypeScript
import React from "react";
import { TextProps as RNTextProps } from "react-native";
import { AnimatedProps, SharedValue } from "react-native-reanimated";
interface TextProps {
text: string;
value: SharedValue<number | boolean> | number | boolean;
style?: AnimatedProps<RNTextProps>["style"];
}
export declare const ReText: (props: TextProps) => React.JSX.Element;
export {};
//# sourceMappingURL=ReText.d.ts.map