copper-ui
Version:
Modern React UI components library with TypeScript support, built on top of Ant Design
4 lines • 307 B
TypeScript
import { TimelineHistoryContentProps } from './model/types';
declare const TimelineHistoryContent: ({ createdBy, fields, type, timePassed }: TimelineHistoryContentProps) => import("react/jsx-runtime").JSX.Element;
export default TimelineHistoryContent;
//# sourceMappingURL=timeline-history-content.d.ts.map