Add nested scroll support (#31)

This commit is contained in:
吴泽康
2020-07-25 15:05:45 +08:00
committed by GitHub
parent 785ff391b9
commit f7d43f5fee
4 changed files with 36 additions and 4 deletions

2
typings/types.d.ts vendored
View File

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