mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
5 lines
198 B
TypeScript
5 lines
198 B
TypeScript
import { BaseLinkPlugin } from '@platejs/link';
|
|
|
|
import { LinkElementStatic } from '@/components/ui/link-node-static';
|
|
|
|
export const BaseLinkKit = [BaseLinkPlugin.withComponent(LinkElementStatic)];
|