1
0
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:
flarum-bot
2021-11-23 22:58:48 +00:00
parent afbf5f4905
commit 94370375a5
7 changed files with 24 additions and 28 deletions

View File

@@ -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;