UNPKG

@chayns-components/person-finder

Version:

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

4 lines (3 loc) 375 B
export { default as PersonFinder } from './components/person-finder/PersonFinder'; export { type PersonFinderRef } from './components/person-finder/person-finder-wrapper/PersonFinderWrapper'; export { PersonFinderFilterTypes, Priority, type PersonEntry, type DefaultEntry, type SiteEntry, type PersonFinderEntry, type UACFilter, type UACEntry, } from './types/personFinder';