Line.d.ts 143 Bytes Raw Blame History Permalink 1 2 3 4 import * as React from 'react'; import { ProgressProps } from './interface'; declare const Line: React.FC<ProgressProps>; export default Line;