Files

4 lines
110 B
TypeScript
Raw Permalink Normal View History

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