chore(types): update component types from build

This commit is contained in:
Dan Bucholtz
2017-11-21 16:37:29 -06:00
parent 8e90104da2
commit cc841edb6b

View File

@ -8,7 +8,7 @@ import 'ionicons';
import { import {
ActionSheetButton, ActionSheetButton,
} from './components/action-sheet/action-sheet.js'; } from './components/action-sheet/action-sheet';
import { import {
AnimationBuilder, AnimationBuilder,
PickerOptions, PickerOptions,
@ -18,7 +18,7 @@ import {
import { import {
AlertButton, AlertButton,
AlertInput, AlertInput,
} from './components/alert/alert.js'; } from './components/alert/alert';
import { import {
ElementRef, ElementRef,
Side, Side,
@ -26,20 +26,20 @@ import {
import { import {
GestureCallback, GestureCallback,
GestureDetail, GestureDetail,
} from './components/gesture/gesture.js'; } from './components/gesture/gesture';
import { import {
PickerButton, PickerButton,
PickerColumn as PickerColumn2, PickerColumn as PickerColumn2,
} from './components/picker/picker.js'; } from './components/picker/picker';
import { import {
Event, Event,
} from '@stencil/core'; } from '@stencil/core';
import { import {
ScrollCallback, ScrollCallback,
} from './components/scroll/scroll.js'; } from './components/scroll/scroll';
import { import {
SelectPopoverOption, SelectPopoverOption,
} from './components/select/select-popover.js'; } from './components/select/select-popover';
import { import {
ActionSheetController as IonActionSheetController ActionSheetController as IonActionSheetController