mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add missing properties to 'IDOMElementOptions' in 'famous'.
This commit is contained in:
parent
c892b43ca4
commit
b1d60d580d
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user