UNPKG

pagamio-frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

5 lines (4 loc) 150 B
/** * A unified hook to check if any drawer is open (from either the old or new provider). */ export declare const useAnyDrawerOpen: () => boolean;