UNPKG

@apideck/react-vault

Version:

<br />

9 lines (8 loc) 287 B
import { Connection } from '../types/Connection'; interface Props { connections: Connection[]; isLoading: boolean; type: 'available' | 'added'; } declare const ConnectionsList: ({ connections, isLoading, type }: Props) => JSX.Element; export default ConnectionsList;