UNPKG

@htsoft/aiza-wallet-connector

Version:
9 lines (8 loc) 285 B
/// <reference types="react" /> export declare const ModalActionLayout: ({ children, error, modalTitle, modalName, modalDescription, }: { modalTitle: string; modalDescription: string; modalName: string; children: any; error?: string | undefined; }) => JSX.Element;