Add nested scroll support (#31)

This commit is contained in:
吴泽康
2026-04-01 12:00:00 +08:00
committed by GitHub
parent ec7e944a3d
commit 1c43577807
4 changed files with 36 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ export type documentTypeNode = {
};
export type attributes = {
[key: string]: string | boolean;
[key: string]: string | number | boolean;
};
export type elementNode = {
type: NodeType.Element;