converse.js
Version:
Browser based XMPP chat client
13 lines • 597 B
TypeScript
export default renderTexture;
declare const renderTexture: (text: string, offset: number, options: any, callback?: Function) => import("lit-html/directive.js").DirectiveResult<typeof TextureDirective>;
declare class TextureDirective extends Directive {
/**
* @param {string} text
* @param {number} offset
* @param {object} options
* @param {Function} [callback]
*/
render(text: string, offset: number, options: object, callback?: Function): import("lit-html").TemplateResult<1>;
}
import { Directive } from "lit/directive.js";
//# sourceMappingURL=texture.d.ts.map