Added className and id to DOMAttributes

This commit is contained in:
Dave Keen
2015-09-28 16:34:40 +02:00
parent 6f6e5c7dd9
commit e593119aeb
+6 -4
View File
@@ -371,6 +371,9 @@ declare namespace __React {
onTouchStart?: TouchEventHandler;
onScroll?: UIEventHandler;
onWheel?: WheelEventHandler;
className?: string;
id?: string;
dangerouslySetInnerHTML?: {
__html: string;
@@ -425,7 +428,6 @@ declare namespace __React {
charSet?: string;
checked?: boolean;
classID?: string;
className?: string;
cols?: number;
colSpan?: number;
content?: string;
@@ -460,7 +462,6 @@ declare namespace __React {
htmlFor?: string;
httpEquiv?: string;
icon?: string;
id?: string;
label?: string;
lang?: string;
list?: string;
@@ -1169,6 +1170,9 @@ declare module "react/addons" {
onScroll?: UIEventHandler;
onWheel?: WheelEventHandler;
className?: string;
id?: string;
dangerouslySetInnerHTML?: {
__html: string;
};
@@ -1222,7 +1226,6 @@ declare module "react/addons" {
charSet?: string;
checked?: boolean;
classID?: string;
className?: string;
cols?: number;
colSpan?: number;
content?: string;
@@ -1257,7 +1260,6 @@ declare module "react/addons" {
htmlFor?: string;
httpEquiv?: string;
icon?: string;
id?: string;
label?: string;
lang?: string;
list?: string;