Current section
Files
Jump to
Current section
Files
priv/static/index.d.ts
export { createLiveVue } from "./app.js";
export { getHooks } from "./hooks.js";
export type { LiveVueApp, LiveVueOptions, SetupContext, VueComponent } from "./types.js";
export { useLiveVue } from "./use.js";
export { findComponent } from "./utils.js";