mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-18 23:36:00 +00:00
10 lines
185 B
TypeScript
10 lines
185 B
TypeScript
'use client';
|
|
|
|
import { TocPlugin } from '@udecode/plate-heading/react';
|
|
|
|
export const tocPlugin = TocPlugin.configure({
|
|
options: {
|
|
// isScroll: true,
|
|
topOffset: 80,
|
|
},
|
|
});
|