Files
2026-02-04 14:02:31 +08:00

4 lines
102 B
TypeScript

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