UNPKG

@withjoy/sdk-js

Version:
10 lines (9 loc) 379 B
/** * People - Represent a collection of Person objects * * @param listener An object which implements onChildAdded, onChildChanged, onChildRemoved, onErr as functions. * @param options An object which contains the writer sets: inviteeWriter and userProfileWriter * @constructor */ declare var People: (listener: any, options: any) => void; export default People;