@crossed/sheet
Version:
A Cross Platform(Android & iOS) ActionSheet with a robust and flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.
9 lines • 315 B
TypeScript
/**
* Copyright (c) Paymium.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root of this projects source tree.
*/
import { ScrollView as RNScrollView } from 'react-native';
export declare const ScrollView: typeof RNScrollView;
//# sourceMappingURL=ScrollView.d.ts.map