aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/components/editor/plugins/table-plugin.ts
blob: 82f65ffa8f0fd1d475ed0756ad16e73836b2aecb (plain) (blame)
1
2
3
4
5
6
7
8
9
'use client';

import { TablePlugin } from '@udecode/plate-table/react';

export const tablePlugin = TablePlugin.configure({
  options: {
    enableMerging: true,
  },
});