Files

4 lines
102 B
TypeScript
Raw Permalink Normal View History

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