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