feat(Ionic): import Ionic for controllers and config

This commit is contained in:
Adam Bradley
2017-08-03 08:51:25 -05:00
parent f6781825ed
commit 15b45f5f30
12 changed files with 71 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
import { Component, Element, Prop } from '@stencil/core';
import { Scroll, ScrollDetail } from '../../index';
import { Ionic, Scroll, ScrollDetail } from '../../index';
import { createThemedClasses } from '../../utils/theme';
import { getParentElement, getToolbarHeight } from '../../utils/helpers';