UNPKG

@tsonic/dotnet

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library)

13 lines (9 loc) 487 B
// Generated by tsbindgen - Architecture // Namespace: System.Windows.Input // Facade - Public API Surface // Import internal declarations import * as Internal from './System.Windows.Input/internal/index.js'; // Cross-namespace type imports for constraints import type { Boolean as ClrBoolean, EventHandler, Object as ClrObject, Void } from './System/internal/index.js'; // Public API exports (curated - no internal $instance/$views leakage) export type ICommand = Internal.ICommand;