Export DocsState

This commit is contained in:
Fabio Berger
2018-03-09 10:17:49 +01:00
parent a9373c7fb0
commit d1fc2a115e

View File

@@ -78,7 +78,7 @@ const versionToDocJSON: { [semver: string]: object } = {
export interface DocsProps {}
interface DocsState {
export interface DocsState {
selectedVersion: string;
docAgnosticFormat?: DocAgnosticFormat;
}