mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-14 17:00:33 +03:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
|
import { AppStore } from '../services/AppStore';
|
||
|
|
||
|
export interface BaseContainerProps {
|
||
|
store: AppStore;
|
||
|
}
|