stream-chat-react
Version:
React components to create chat conversations or livestream style chat
7 lines • 339 B
TypeScript
import type { TimestampFormatterOptions } from '../../i18n/types';
export interface TimestampProps extends TimestampFormatterOptions {
customClass?: string;
timestamp?: Date | string;
}
export declare function Timestamp(props: TimestampProps): import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=Timestamp.d.ts.map