converse.js
Version:
Browser based XMPP chat client
8 lines • 393 B
TypeScript
export function tplSearchResults(o: any): import("lit-html").TemplateResult<1>;
export function tplAllEmojis(o: any): import("lit-html").TemplateResult<1>;
/**
* @param {import('../emoji-picker').default} el
* @param {Object} o
*/
export function tplEmojiPicker(el: import("../emoji-picker").default, o: any): import("lit-html").TemplateResult<1>;
//# sourceMappingURL=emoji-picker.d.ts.map