manuthecoder-react-native-spotlight-tour
Version:
React Native library to implement a highly customizable app tour feature with an awesome spotlight effect
23 lines (22 loc) • 489 B
TypeScript
export declare const Css: {
footerView: {
alignSelf: "stretch";
flexDirection: "row";
justifyContent: "space-around";
marginTop: number;
};
mainView: {
alignItems: "center";
backgroundColor: string;
borderRadius: number;
justifyContent: "center";
padding: number;
};
navButton: {
alignItems: "center";
padding: number;
};
titleText: {
fontWeight: "bold";
};
};