UNPKG

@apideck/react-vault

Version:

<br />

9 lines (8 loc) 274 B
import { Connection } from '../types/Connection'; interface Props { connection: Connection; isLoading?: boolean; size?: 'large' | 'small'; } declare const StatusBadge: ({ connection, isLoading, size, }: Props) => JSX.Element; export default StatusBadge;