初始化模版工程
This commit is contained in:
31
components/nova-sdk/task-panel/Preview/index.ts
Normal file
31
components/nova-sdk/task-panel/Preview/index.ts
Normal file
@@ -0,0 +1,31 @@
|
||||
export { ToolCallPreview } from './ToolCallPreview'
|
||||
export type { ToolCallPreviewProps } from './ToolCallPreview'
|
||||
|
||||
export { ScriptPreview } from './ScriptPreview'
|
||||
export type { ScriptPreviewProps } from './ScriptPreview'
|
||||
export { UrlScriptPreview } from './UrlScriptPreview'
|
||||
export type { UrlScriptPreviewProps } from './UrlScriptPreview'
|
||||
|
||||
export { ShellExecutePreview } from './ShellExecutePreview'
|
||||
export type { ShellExecutePreviewProps } from './ShellExecutePreview'
|
||||
|
||||
export { MarkdownPreview, MarkdownContent } from './MarkdownPreview'
|
||||
export type { MarkdownPreviewProps, MarkdownContentProps } from './MarkdownPreview'
|
||||
|
||||
export { PptPreview } from './PptPreview'
|
||||
export type { PptPreviewProps, SlideItem } from './PptPreview'
|
||||
|
||||
export { CsvPreview } from './CsvPreview'
|
||||
export type { CsvPreviewProps } from './CsvPreview'
|
||||
|
||||
export { VirtualPdfPreview } from './VirtualPdfPreview'
|
||||
|
||||
export { HighlighterProvider, HighlighterContext } from './HighlighterProvider'
|
||||
export type { HighlighterProviderProps } from './HighlighterProvider'
|
||||
|
||||
export { useHighlighter } from './useHighlighter'
|
||||
|
||||
export * from './previewUtils'
|
||||
|
||||
export { WebSearchPreview } from './WebSearchPreview'
|
||||
export type { WebSearchPreviewProps, WebSearchItem } from './WebSearchPreview'
|
||||
Reference in New Issue
Block a user