@sandro-salzmann/vertical-timeline-component-react
Version:
A simple component for create a vertical timeline with React
25 lines (24 loc) • 452 B
TypeScript
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;
};
};