@told.club/sdk-rn
Version:
Told React Native SDK
10 lines • 312 B
TypeScript
/// <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