mirror of
https://github.com/docmost/docmost.git
synced 2026-05-14 12:44:16 +08:00
8 lines
211 B
TypeScript
8 lines
211 B
TypeScript
export {
|
|
TableDndExtension,
|
|
TableHandleCommandsExtension,
|
|
TableDndKey,
|
|
getTableHandlePluginSpec,
|
|
} from "./dnd-extension";
|
|
export type { TableHandleState, TableHandlePluginSpec } from "./dnd-extension";
|