mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(many): import types from source path (#26718)
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import type { PopoverSize, PositionAlign, PositionReference, PositionSide, TriggerAction } from '../../interface';
|
||||
import { getElementRoot, raf } from '../../utils/helpers';
|
||||
|
||||
import type { PopoverSize, PositionAlign, PositionReference, PositionSide, TriggerAction } from './popover-interface';
|
||||
|
||||
interface InteractionCallback {
|
||||
eventName: string;
|
||||
callback: (ev: any) => void; // TODO(FW-2832): type
|
||||
|
||||
Reference in New Issue
Block a user