UNPKG

impair

Version:

impair is a React framework bringing several programming concepts together in order to provide a foundation for a layered, scalable, performant and enterprise level react application.

7 lines (6 loc) 251 B
import { Registrations } from '../types'; /** * This hook returns a stable reference object that can be used to determine * if the registrations have changed. */ export declare function useIsRegistrationStableRef(registrations: Registrations): {};