import { SelectionMenuRenderFn, SelectionMenuPropsBase } from '../preact/utils.ts'; export interface SelectionSelectionContext { type: 'selection'; pageIndex: number; } export type SelectionSelectionMenuRenderFn = SelectionMenuRenderFn; export type SelectionSelectionMenuProps = SelectionMenuPropsBase;