import { IBrowserConfig } from './IBrowserConfig' /** * Props for BrowserApp component */ export interface IBrowserAppProps { config: IBrowserConfig }