UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

8 lines 244 B
/** * Debounce function * * @param fnc Function to execute * @param time Time to wait until the function gets executed */ export declare const debounce: () => (fnc: typeof Function, time: number) => void; //# sourceMappingURL=Util.d.ts.map