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