UNPKG

@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.

32 lines 757 B
/** * 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. */ export declare const styles: { scrollView: { height: "100%"; width: "100%"; backgroundColor: string; }; container: { width: "100%"; backgroundColor: string; alignSelf: "center"; }; indicator: { height: number; width: number; borderRadius: number; backgroundColor: string; marginVertical: number; alignSelf: "center"; }; parentContainer: { flex: number; justifyContent: "center"; alignItems: "center"; }; }; //# sourceMappingURL=styles.d.ts.map