mirror of
https://github.com/flarum/framework.git
synced 2025-02-06 22:36:14 +08:00
8 lines
169 B
TypeScript
8 lines
169 B
TypeScript
![]() |
/**
|
||
|
* Extract the text nodes from a virtual element.
|
||
|
*
|
||
|
* @param {VirtualElement} vdom
|
||
|
* @return {String}
|
||
|
*/
|
||
|
export default function extractText(vdom: any): string;
|