UNPKG

@lastos/page-spy-plugin-data-harbor

Version:
10 lines (9 loc) 281 B
import type { Modal, Toast } from '@lastos/page-spy-types'; import type DataHarborPlugin from '../index'; interface Params { plugin: DataHarborPlugin; modal: Modal; toast: Toast; } export declare const buildModal: ({ plugin, modal, toast }: Params) => void; export {};