add isShadow flag if a node is under shadow root

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent d79922f6b6
commit e92d92b0b6
5 changed files with 13 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ import snapshot, {
} from './snapshot';
import rebuild, { buildNodeWithSN, addHoverClass } from './rebuild';
export * from './types';
export * from './utils';
export {
snapshot,