UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
10 lines (9 loc) 296 B
type WalletErrorModalProps = { error: unknown; onSumbit?: () => void; title?: string; buttonText?: string; dataTestId?: string; }; export declare const useWalletErrorModal: () => ({ error, onSumbit, title, buttonText, dataTestId, }: WalletErrorModalProps) => void; export {};