@huds0n/components
Version:
Enhanced React Native components
7 lines • 438 B
TypeScript
import React from "react";
import { View } from "react-native";
export declare const LayoutView: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "children"> & {
children?: ((layout: import("@huds0n/utilities").UtilityTypes.LayoutRectangle) => React.ReactNode | React.ReactNode[]) | undefined;
significantChangePercent?: number | undefined;
} & React.RefAttributes<View>>;
//# sourceMappingURL=index.d.ts.map