fengling-console-web/packages/stores/shim-pinia.d.ts
2026-02-13 21:37:52 +08:00

10 lines
225 B
TypeScript

// https://github.com/vuejs/pinia/issues/2098
declare module 'pinia' {
export function acceptHMRUpdate(
initialUseStore: any | StoreDefinition,
hot: any,
): (newModule: any) => any;
}
export { acceptHMRUpdate };