4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
import { TdChatSenderProps } from './type';
|
|
declare const props: TdChatSenderProps;
|
|
export default props;
|