UNPKG

@withjoy/sdk-js

Version:
7 lines (6 loc) 393 B
import { Observable } from 'rxjs/Observable'; import { ValueListener } from "./interfaces"; import { Questions } from "../rsvpQuestions/v2"; import Question from "../rsvpQuestions/v2/Question"; export declare const observeRSVPQuestionsV2: (eventDataSource: any, listener: ValueListener<Questions>) => void; export declare const observeRSVPQuestions: (ds: any) => Observable<Question[]>;