Files
qiming/qiming-vite-plugin-design-mode/packages/client-shared/src/elementUtils.d.ts
2026-06-01 13:43:09 +08:00

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