export interface LineProps { showStart?: boolean; showEnd?: boolean; class?: string; } export default (props: LineProps) => { return (