Files

4 lines
110 B
TypeScript
Raw Permalink Normal View History

import { TdChatMarkdownProps } from './type';
declare const props: TdChatMarkdownProps;
export default props;