UNPKG

tfwm-travel-updates-widget

Version:

A shareable travel updates (disruptions) widget which is shown on the TfWM homepage

9 lines (7 loc) 193 B
export type CreateContextProps<InitialStateProps, ActionProps> = [ InitialStateProps, React.Dispatch<ActionProps> ]; export interface ContextProviderProps { children: React.ReactNode; }