mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-15 10:00:46 +08:00
8 lines
121 B
TypeScript
8 lines
121 B
TypeScript
|
import '@fesjs/fes';
|
||
|
|
||
|
declare module '@fesjs/fes' {
|
||
|
interface PluginBuildConfig {
|
||
|
icon?: {} | false;
|
||
|
}
|
||
|
}
|