5 lines
197 B
TypeScript
5 lines
197 B
TypeScript
/**
|
|
* True when the element has only text child nodes (no element children).
|
|
*/
|
|
export declare function isPureStaticText(element: HTMLElement): boolean;
|
|
//# sourceMappingURL=elementUtils.d.ts.map
|