mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-02 19:58:18 +08:00
9 lines
164 B
TypeScript
9 lines
164 B
TypeScript
import type { Pinia } from 'pinia';
|
|
|
|
export const pinia: Pinia;
|
|
declare module '@fesjs/fes' {
|
|
interface PluginBuildConfig {
|
|
pinia?: {} | false;
|
|
}
|
|
}
|