fix(): correct all type errors in ionic core.

This commit is contained in:
Josh Thomas
2017-07-10 15:02:35 -05:00
parent 4856a8113d
commit 10c69b4f17
91 changed files with 67264 additions and 89 deletions

View File

@ -1,4 +1,4 @@
import { Component, h, Listen, Prop, VNodeData, Ionic } from '@stencil/core';
import { Component, h, Listen, Prop, VNodeData, Ionic, PropDidChange } from '@stencil/core';
import { BooleanInputComponent, GestureDetail } from '../../utils/interfaces';
@Component({