mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 22:38:33 +08:00
Add missing properties to 'IDOMElementOptions' in 'famous'.
This commit is contained in:
6
famous/famous.d.ts
vendored
6
famous/famous.d.ts
vendored
@@ -125,7 +125,13 @@ declare module "famous/dom-renderables" {
|
||||
}
|
||||
|
||||
export interface IDOMElementOptions {
|
||||
tagName?: string;
|
||||
classes?: string[];
|
||||
attributes?: { [attributeName: string]: string };
|
||||
properties?: { [attributeName: string]: string };
|
||||
id?: string;
|
||||
content?: string;
|
||||
cutout?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user