UNPKG

rsuite

Version:

A suite of react components

8 lines (7 loc) 220 B
/// <reference types="react" /> interface FormattedDateProps { date: Date; formatStr: string; } declare function FormattedDate({ date, formatStr }: FormattedDateProps): JSX.Element; export default FormattedDate;