mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-02-02 18:28:40 +08:00
10 lines
214 B
TypeScript
10 lines
214 B
TypeScript
// TODO: https://github.com/vuejs/pinia/issues/2098
|
|
declare module 'pinia' {
|
|
export function acceptHMRUpdate(
|
|
initialUseStore: any | StoreDefinition,
|
|
hot: any,
|
|
): (newModule: any) => any;
|
|
}
|
|
|
|
export {};
|