Files
aiot-platform-ui/apps/web-antd/src/components/markdown-view/typing.ts
xingyu4j 014785a1ad feat: ai
2025-06-16 16:59:04 +08:00

4 lines
56 B
TypeScript

export type MarkdownViewProps = {
content: string;
};