react-native-actions-sheet-fork
Version:
A Cross Platform (Android & iOS) ActionSheet with robust and flexible API, native performance, and zero dependency code for React Native. Forked version.
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