mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
chore(types): update component types from build
This commit is contained in:
12
packages/core/src/components.d.ts
vendored
12
packages/core/src/components.d.ts
vendored
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user