mirror of
https://github.com/flarum/core.git
synced 2025-08-26 01:34:16 +02:00
Bundled output for commit afbf5f4905
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import type Mithril from 'mithril';
|
||||
/**
|
||||
* Extract the text nodes from a virtual element.
|
||||
*
|
||||
* @param {VirtualElement} vdom
|
||||
* @return {String}
|
||||
*/
|
||||
export default function extractText(vdom: any): string;
|
||||
export default function extractText(vdom: Mithril.Children): string;
|
||||
|
Reference in New Issue
Block a user