UNPKG

@ready2/react-brackets

Version:

React component to render dynamic bracket UI refactored from react-brackets 0.4.7

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