UNPKG

jv3-alert

Version:

easy alert from assign by route by cdnagroup

9 lines (8 loc) 360 B
import { App as VueApp } from "vue"; import JAlert from "@/jalert"; import { type IJAlertConfig } from "@/jv3-alert.d"; declare function JV3Alert(app: VueApp, localOptions?: IJAlertConfig): Promise<void>; export declare function useJAlert(): JAlert; declare const JV3AlertInstant: JAlert; export { JV3Alert, JAlert, JV3AlertInstant }; export default JV3Alert;