import React from 'react'; import { NodeViewProps } from '@tiptap/react'; import './index.less'; /** * Vibe Coding 通过只读 node view 承载固定活动入口,避免被正文编辑行为影响。 */ declare const VibeCodingView: React.FC; export default VibeCodingView;