UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

4 lines (3 loc) 224 B
import { type RelativeDateKeyType } from '../types'; export declare function isValidDate(date: Date, today?: Date): boolean; export default function getRelativeDateKey(date?: Date | null, today?: Date): RelativeDateKeyType;