@pontem/liquidswap-widget
Version:
Liquidswap widget as custom web component
8 lines (7 loc) • 633 B
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("success" | "close" | "back" | "reject")[], "success" | "close" | "back" | "reject", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
onClose?: ((...args: any[]) => any) | undefined;
onBack?: ((...args: any[]) => any) | undefined;
onSuccess?: ((...args: any[]) => any) | undefined;
onReject?: ((...args: any[]) => any) | undefined;
}, {}>;
export default _sfc_main;