UNPKG
react-brackets
Version:
latest (0.4.7)
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.1
0.4.0
React component to render dynamic bracket UI
github.com/mohux/react-brackets
mohux/react-brackets
react-brackets
/
dist
/
types
/
Rounds.d.ts
7 lines
(6 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ISeedProps
}
from
'./Seed'
;
export
declare
type
IRoundProps
= {
seeds
:
ISeedProps
[];
title
:
string
; [
key
:
string
]:
any
; };