UNPKG

teko-file-history

Version:

File history component for Teko system

9 lines (8 loc) 236 B
import React from 'react'; import { TaskInRow } from '../../types'; interface HistoryTableProps { rowDataRaw: string; tasks: TaskInRow[]; } declare const TaskSteps: React.FC<HistoryTableProps>; export default TaskSteps;