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