// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. import "TermControl.idl"; namespace Microsoft.Terminal.Control { [default_interface] runtimeclass TermControlAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Provider.ITextProvider { } }