supermemory/apps/web/app/components/editor/plugins/table-plugin.ts
2025-01-20 17:50:45 -07:00

9 lines
172 B
TypeScript

'use client';
import { TablePlugin } from '@udecode/plate-table/react';
export const tablePlugin = TablePlugin.configure({
options: {
enableMerging: true,
},
});