@chayns-components/person-finder
Version:
A set of beautiful React components for developing your own applications with chayns.
19 lines • 716 B
JavaScript
export let PersonFinderFilterTypes = /*#__PURE__*/function (PersonFinderFilterTypes) {
PersonFinderFilterTypes["PERSON"] = "person";
PersonFinderFilterTypes["SITE"] = "site";
PersonFinderFilterTypes["UAC"] = "uac";
return PersonFinderFilterTypes;
}({});
export let Priority = /*#__PURE__*/function (Priority) {
Priority[Priority["HIGH"] = 0] = "HIGH";
Priority[Priority["NORMAL"] = 1] = "NORMAL";
return Priority;
}({});
export let LoadingState = /*#__PURE__*/function (LoadingState) {
LoadingState["None"] = "none";
LoadingState["Pending"] = "pending";
LoadingState["Success"] = "success";
LoadingState["Error"] = "error";
return LoadingState;
}({});
//# sourceMappingURL=personFinder.js.map