Make classes optional on TimelinePage
This commit is contained in:
parent
6e8185a090
commit
a12b14d10d
|
@ -33,7 +33,7 @@ interface ITimelinePageProps extends withSnackbarProps, StyledComponentProps {
|
||||||
* The API endpoint for the timeline to stream.
|
* The API endpoint for the timeline to stream.
|
||||||
*/
|
*/
|
||||||
stream: string;
|
stream: string;
|
||||||
classes: any;
|
classes?: any;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue