UNPKG

@findnlink/neuro-ui

Version:
5 lines (4 loc) 179 B
import { HTMLAttributes } from 'react'; import { UtilInterface } from '../../util/interfaces'; export interface LineProps extends HTMLAttributes<HTMLHRElement>, UtilInterface { }