Remove as attribute from AnchorHTMLAttributes (#25388)

This commit is contained in:
Mark Polak
2018-05-07 20:45:27 +02:00
committed by Sheetal Nandi
parent 997a01e2b2
commit 012108d8c6

View File

@@ -1293,7 +1293,6 @@ declare namespace React {
rel?: string;
target?: string;
type?: string;
as?: string;
}
// tslint:disable-next-line:no-empty-interface