UNPKG

@linzjs/step-ag-grid

Version:

[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) > Reusable [ag-grid](https://www.ag-grid.com/) component for LINZ / Toitū te whenua.

5 lines (4 loc) 188 B
/** * Defers state change up to a minimum time since last state change. */ export declare const useStateDeferred: <T>(initialValue: T) => [T, (v: T) => void, (v: T, w: number) => void];