UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

3 lines (2 loc) 160 B
/** Callback is guaranteed to be call only once per component mount event in strict mode */ export declare function useOnFistMount(callback: () => void): void;