Add nested scroll support (#31)
This commit is contained in:
2
typings/types.d.ts
vendored
2
typings/types.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user