import { SelectionMenuRenderFn, SelectionMenuPropsBase } from '@embedpdf/utils/vue'; export interface SelectionSelectionContext { type: 'selection'; pageIndex: number; } export type SelectionSelectionMenuRenderFn = SelectionMenuRenderFn; export type SelectionSelectionMenuProps = SelectionMenuPropsBase;