UNPKG

@apideck/react-vault

Version:

<br />

7 lines (6 loc) 213 B
import { Connection } from '../types/Connection'; interface Props { connection: Connection; } declare const ConnectionListItem: ({ connection }: Props) => JSX.Element; export default ConnectionListItem;