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