mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-18 14:48:12 +00:00
9 lines
172 B
TypeScript
9 lines
172 B
TypeScript
'use client';
|
|
|
|
import { TablePlugin } from '@udecode/plate-table/react';
|
|
|
|
export const tablePlugin = TablePlugin.configure({
|
|
options: {
|
|
enableMerging: true,
|
|
},
|
|
});
|