SurfSense/surfsense_web/components/editor/plugins/link-base-kit.tsx

6 lines
198 B
TypeScript
Raw Normal View History

import { BaseLinkPlugin } from '@platejs/link';
import { LinkElementStatic } from '@/components/ui/link-node-static';
export const BaseLinkKit = [BaseLinkPlugin.withComponent(LinkElementStatic)];