UNPKG

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

Version:
25 lines (24 loc) 452 B
import { DefaultValues } from '../interfaces'; export declare const defaultValues: DefaultValues; export declare const mapText: { en: { from: string; to: string; }; es: { from: string; to: string; }; de: { from: string; to: string; }; tr: { from: string; to: string; }; zh: { from: string; to: string; }; };