UNPKG

@scrolia/react-native

Version:
10 lines (9 loc) 284 B
import * as React from "react"; import { View, ViewProps } from "react-native"; /** Props for the `Container` component. */ type ContainerProps = ViewProps & { ref?: React.Ref<View>; }; /** Container component. */ export { type ContainerProps }; //# sourceMappingURL=index.d.ts.map