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

@ -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