| 1 | import { BaseSuggestionPlugin } from "@platejs/suggestion"; |
| 2 | |
| 3 | import { SuggestionLeafStatic } from "@/components/plate/ui/suggestion-node-static"; |
| 4 | |
| 5 | export const BaseSuggestionKit = [ |
| 6 | BaseSuggestionPlugin.withComponent(SuggestionLeafStatic), |
| 7 | ]; |
| 8 |