UNPKG

rsuite

Version:

A suite of react components

8 lines (7 loc) 228 B
import React from 'react'; interface FormattedDateProps { date: Date; formatStr: string; } export declare function FormattedDate({ date, formatStr }: FormattedDateProps): React.JSX.Element; export default FormattedDate;