UNPKG

@talkjs/react-native

Version:

Official TalkJS SDK for React Native

9 lines 232 B
interface HtmlPanelProp { url: string; height?: number; show?: boolean; conversationId?: string; } declare function HtmlPanel(props: HtmlPanelProp): null; export { HtmlPanel }; //# sourceMappingURL=HtmlPanel.d.ts.map