UNPKG

@tsonic/dotnet

Version:

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

19 lines (15 loc) 1.28 kB
// Generated by tsbindgen - Architecture // Namespace: System.Timers // Facade - Public API Surface // Import internal declarations import * as Internal from './System.Timers/internal/index.js'; // Cross-namespace type imports for constraints import type { Component, DescriptionAttribute, IComponent, IContainer, ISite, ISupportInitialize, ISynchronizeInvoke } from './System.ComponentModel/internal/index.js'; import type { MethodInfo } from './System.Reflection/internal/index.js'; import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js'; import type { AsyncCallback, Boolean as ClrBoolean, DateTime, Delegate, Double, EventArgs, IAsyncResult, ICloneable, IDisposable, Int32, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, TimeSpan, Type, Void } from './System/internal/index.js'; // Public API exports (curated - no internal $instance/$views leakage) export { ElapsedEventArgs as ElapsedEventArgs } from './System.Timers/internal/index.js'; export type ElapsedEventHandler = Internal.ElapsedEventHandler; export { Timer as Timer } from './System.Timers/internal/index.js'; export { TimersDescriptionAttribute as TimersDescriptionAttribute } from './System.Timers/internal/index.js';