UNPKG

@chatui/core

Version:

The React library for Chatbot UI

7 lines (6 loc) 180 B
import React from 'react'; import { IDate } from './parser'; export interface TimeProps { date: IDate; } export declare const Time: ({ date }: TimeProps) => React.JSX.Element;