chore(): revert to using components.d.ts from latest stencil.

This commit is contained in:
Josh Thomas
2018-08-24 11:17:07 -05:00
parent b21350067c
commit f204d4e8fb
5 changed files with 6717 additions and 6571 deletions

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,7 @@
"ionicons": "4.4.1"
},
"devDependencies": {
"@stencil/core": "^0.12.0-7",
"@stencil/core": "^0.12.0-8",
"@stencil/dev-server": "latest",
"@stencil/sass": "0.1.0",
"@stencil/utils": "latest",

6192
core/src/components.d.ts vendored Normal file

File diff suppressed because it is too large Load Diff

6196
core/src/generated.d.ts vendored

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
// Components interfaces
export * from './generated';
export * from './components';
export * from './index';
export * from './components/animation-controller/animation-interface';
export * from './components/alert/alert-interface';
@ -47,7 +47,7 @@ export interface FrameworkDelegate {
declare global {
interface StencilAttributeEscapeHatch {
interface StencilGlobalHTMLAttributes {
// for ion-menu and ion-split-pane
main?: boolean;
tappable?: boolean;