diff --git a/packages/core/src/components.d.ts b/packages/core/src/components.d.ts index e54127b404..6258a58638 100644 --- a/packages/core/src/components.d.ts +++ b/packages/core/src/components.d.ts @@ -779,7 +779,7 @@ declare global { } namespace JSXElements { export interface IonCordovaPlatformAttributes extends HTMLAttributes { - + } } }