UNPKG

@hyperlane-xyz/widgets

Version:

Common react components for Hyperlane projects

9 lines 304 B
import React from 'react'; export declare const AleoPopupProvider: ({ children, }: { children: React.ReactNode; }) => React.JSX.Element; export declare const useAleoPopup: () => { showPopUp: boolean; setShowPopUp: (show: boolean) => void; } | null; //# sourceMappingURL=AleoProviders.d.ts.map