UNPKG

react-brackets-vt

Version:
7 lines (6 loc) 136 B
import { ISeedProps } from './Seed'; export type IRoundProps = { seeds: ISeedProps[]; title: string; [key: string]: any; };