// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using Microsoft.Extensions.DependencyInjection;
namespace Microsoft.AspNetCore.Blazor.Hosting
{
///
/// Abstraction for configuring a Blazor browser-based application.
///
public interface IWebAssemblyHostBuilder
{
///
/// A central location for sharing state between components during the host building process.
///
IDictionary