react-native-actions-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.
26 lines • 595 B
TypeScript
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