UNPKG

razor-shared-library

Version:
8 lines (7 loc) 177 B
import { ReactElement } from 'react'; interface Props { k: string; v: string; } export default function EntityTableStatusCell({ k, v }: Props): ReactElement; export {};