UNPKG

@uifabric/utilities

Version:

Fluent UI React utilities for building components.

2 lines (1 loc) 147 B
export declare function on(element: Element | Window | Document, eventName: string, callback: (ev: Event) => void, options?: boolean): () => void;