import { DefaultBlockSchema, DefaultInlineContentSchema, DefaultStyleSchema, InlineContentSchema, SpecificBlock, StyleSchema } from "@blocknote/core"; export type TableHandleMenuProps = { orientation: "row" | "column"; block: SpecificBlock<{ table: DefaultBlockSchema["table"]; }, "table", I, S>; index: number; };