import { LayoutRectangle } from "react-native";
export type tLayoutRectangle = Pick<LayoutRectangle, "width" | "height">;
