UNPKG

@sandro-salzmann/vertical-timeline-component-react

Version:
9 lines (8 loc) 236 B
import { DateFormat } from '../interfaces'; interface ITransformDate { date: string; lang: string; type: DateFormat; } export declare const transformDate: ({ date, lang, type }: ITransformDate) => string; export {};