import React from 'react';import { Chrono } from 'react-chrono'; function App() {const items = [...]; // 请替换为您的时间线项return ();}
Typescript 36 次浏览