UNPKG

@uifabric/utilities

Version:

Fluent UI React utilities for building components.

6 lines (5 loc) 200 B
/** * Returns a single function which will call each of the given functions in the context of the * parent. */ export declare function appendFunction(parent: any, ...functions: any[]): () => void;