UNPKG

botframework-webchat-component

Version:
7 lines 188 B
import { FC } from 'react'; type TimestampProps = { timestamp: string; }; declare const Timestamp: FC<TimestampProps>; export default Timestamp; //# sourceMappingURL=Timestamp.d.ts.map