UNPKG

@chayns-components/person-finder

Version:

A set of beautiful React components for developing your own applications with chayns.

27 lines (26 loc) 768 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "PersonFinder", { enumerable: true, get: function () { return _PersonFinder.default; } }); Object.defineProperty(exports, "PersonFinderFilterTypes", { enumerable: true, get: function () { return _personFinder.PersonFinderFilterTypes; } }); Object.defineProperty(exports, "Priority", { enumerable: true, get: function () { return _personFinder.Priority; } }); var _PersonFinder = _interopRequireDefault(require("./components/person-finder/PersonFinder")); var _personFinder = require("./types/personFinder"); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } //# sourceMappingURL=index.js.map