export default interface IReactPlatformConfig {
    mirror: boolean;
    sourceMap: boolean;
}
