UNPKG

react-brackets-two-sided

Version:

React component to render dynamic bracket UI

10 lines (9 loc) 705 B
import { ISeedProps } from '../types/Seed'; export declare const SeedItem: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const SeedTeam: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const SeedTime: import("styled-components").StyledComponent<"div", any, ISeedProps, never>; export declare const SingleLineSeed: import("styled-components").StyledComponent<"div", any, ISeedProps, never>; export declare const Seed: import("styled-components").StyledComponent<"div", any, ISeedProps, never>; export declare const FinalSeed: import("styled-components").StyledComponent<"div", any, { mobileBreakpoint: number; }, never>;