UNPKG

@widergy/web-utils

Version:
9 lines (8 loc) 280 B
export declare const loadRecaptchaScript: () => void; export declare const disableReactDevTools: () => void; interface ConfigUtils { loadRecaptchaScript: () => void; disableReactDevTools: () => void; } declare const CONFIG_UTILS: ConfigUtils; export default CONFIG_UTILS;