Export DocsState
This commit is contained in:
@@ -78,7 +78,7 @@ const versionToDocJSON: { [semver: string]: object } = {
|
||||
|
||||
export interface DocsProps {}
|
||||
|
||||
interface DocsState {
|
||||
export interface DocsState {
|
||||
selectedVersion: string;
|
||||
docAgnosticFormat?: DocAgnosticFormat;
|
||||
}
|
||||
|
Reference in New Issue
Block a user