UNPKG

@iobroker/adapter-react

Version:

React classes to develop admin interfaces for ioBroker with react.

13 lines (12 loc) 346 B
export default MDUtils; declare class MDUtils { static text2link(text: any): any; static openLink(url: any, target: any): void; static getTitle(text: any): any; static extractHeader(text: any): { header: {}; body: any; }; static removeDocsify(text: any): any; static onCopy(e: any, text: any): void; }