chore(many): import types from source path (#26718)

This commit is contained in:
Sean Perkins
2023-02-02 11:40:51 -05:00
committed by GitHub
parent 92b5d5dc8c
commit e028d13a1b
4 changed files with 8 additions and 5 deletions

View File

@ -8,9 +8,7 @@ import { caretDownSharp } from 'ionicons/icons';
import { getIonMode } from '../../global/ionic-global';
import type {
ActionSheetButton,
ActionSheetOptions,
AlertInput,
AlertOptions,
Color,
CssClassMap,
@ -23,6 +21,8 @@ import { actionSheetController, alertController, popoverController } from '../..
import type { OverlaySelect } from '../../utils/overlays-interface';
import { createColorClasses, hostContext } from '../../utils/theme';
import { watchForOptions } from '../../utils/watch-options';
import type { ActionSheetButton } from '../action-sheet/action-sheet-interface';
import type { AlertInput } from '../alert/alert-interface';
import type { SelectPopoverOption } from '../select-popover/select-popover-interface';
import type { SelectChangeEventDetail, SelectInterface, SelectCompareFn } from './select-interface';