UNPKG

@told.club/sdk-rn

Version:
10 lines 312 B
/// <reference types="react" /> interface ToldWidgetProps { surveyId: string; sourceID: string; params: string[]; widgetUrl: string; } export default function ToldWidget({ surveyId, sourceID, params, widgetUrl, }: ToldWidgetProps): JSX.Element; export {}; //# sourceMappingURL=ToldWidget.d.ts.map