UNPKG

alpha-version-dce-check-in-ui

Version:

UI for taking attendance and checking people in.

17 lines (16 loc) 379 B
/** * Types of modals * @author Gabe Abrams */ declare enum ModalType { Okay = "okay", OkayCancel = "okay-cancel", YesNo = "yes-no", YesNoCancel = "yes-no-cancel", AbandonGoBack = "abandon-goBack", ImSureCancel = "imSure-cancel", DeleteCancel = "delete-cancel", ConfirmCancel = "confirm-cancel", NoButtons = "-" } export default ModalType;