Files

4 lines
106 B
TypeScript
Raw Permalink Normal View History

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