chore(types): update component types

This commit is contained in:
Dan Bucholtz
2018-02-06 10:47:49 -06:00
parent 816079845f
commit 77b8527d76

View File

@ -779,7 +779,7 @@ declare global {
} }
namespace JSXElements { namespace JSXElements {
export interface IonCordovaPlatformAttributes extends HTMLAttributes { export interface IonCordovaPlatformAttributes extends HTMLAttributes {
} }
} }
} }