@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
19 lines • 531 B
TypeScript
export declare const useSignStepsClasses: (scamReport?: string | null) => {
formGroup: string;
formLabel: string;
icon: any;
contentWrapper: string;
tokenWrapper: string;
tokenLabel: string;
tokenValue: string;
scamReport: any;
scamReportIcon: string;
tokenAmountLabel: string;
tokenAmountValue: string;
dataFormGroup: string;
errorMessage: string;
buttonsWrapper: string;
cancelButton: string;
signButton: string;
};
//# sourceMappingURL=useSignStepsClasses.d.ts.map