UNPKG

@activecollab/components

Version:

ActiveCollab Components

14 lines 332 B
import { DateValue } from "../../utils/dateUtils"; interface Props { value: DateValue; long?: boolean; dateFormat?: string; } export declare const FormatDate: { ({ value, long, dateFormat }: Props): JSX.Element; defaultProps: { long: boolean; }; }; export {}; //# sourceMappingURL=FormatDate.d.ts.map