UNPKG

react-brackets-two-sided

Version:

React component to render dynamic bracket UI

6 lines (5 loc) 354 B
export { SingleElimination as Bracket } from './brackets'; export { Seed, SeedTeam, SeedItem, SeedTime, SingleLineSeed, FinalSeed } from './components/seed'; export type { ISingleEliminationProps } from './types/SingleElimination'; export type { ISeedProps, IRenderSeedProps } from './types/Seed'; export type { IRoundProps } from './types/Rounds';