UNPKG

isomtrik-quickchat

Version:

isomtrik-quickchat is a lightweight, real-time chat component built with Stencil JS. It is designed to be seamlessly integrated into web applications, offering customizable and responsive chat functionalities. The module supports both CommonJS and ES modu

17 lines (16 loc) 248 B
export declare class MyComponent { /** * The first name */ first: string; /** * The middle name */ middle: string; /** * The last name */ last: string; private getText; render(): any; }