UNPKG

nhl-schedule

Version:

A widget that will show past and upcoming games in the NHL.

9 lines (8 loc) 195 B
declare module "nhl-schedule" { interface IScheduleProps { daysAgo?: number; doScroll?: boolean; ImageComp?: any; } const NHLSchedule: (props: IScheduleProps) => JSX.Element; }