Files

4 lines
108 B
TypeScript
Raw Permalink Normal View History

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