react-native-multistep
Version:
Create multi-step forms with ease in your React Native app
12 lines (11 loc) • 410 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SECONDARY = exports.PRIMARY = exports.NEXT = exports.DONE = exports.BACK = void 0;
const BACK = exports.BACK = 'Back';
const NEXT = exports.NEXT = 'Next';
const DONE = exports.DONE = 'Done';
const PRIMARY = exports.PRIMARY = '#FD4D47';
const SECONDARY = exports.SECONDARY = '#9c9c9c';
//# sourceMappingURL=constants.js.map