UNPKG

@huds0n/components

Version:

Enhanced React Native components

8 lines 350 B
import React from "react"; import { ScrollView as ScrollViewRN } from "react-native"; export declare const ScrollView: React.ForwardRefExoticComponent<import("react-native").ScrollViewProps & { children?: React.ReactNode; } & { inputPadding?: number | undefined; } & React.RefAttributes<ScrollViewRN>>; //# sourceMappingURL=index.ios.d.ts.map