mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
fix: 优化ts提示
This commit is contained in:
parent
2892871b25
commit
f45944b6db
10
packages/fes-preset-built-in/types.d.ts
vendored
10
packages/fes-preset-built-in/types.d.ts
vendored
@ -6,7 +6,7 @@ import { Plugin } from '@fesjs/runtime';
|
|||||||
|
|
||||||
interface BeforeRenderConfig {
|
interface BeforeRenderConfig {
|
||||||
loading: Component;
|
loading: Component;
|
||||||
action: () => Promise<any>;
|
action: ({ router }: { router: Router }) => Promise<any>;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ClientRenderOption {
|
interface ClientRenderOption {
|
||||||
@ -86,10 +86,10 @@ declare module '@fesjs/fes' {
|
|||||||
dynamicImport?: boolean;
|
dynamicImport?: boolean;
|
||||||
inlineLimit?: number;
|
inlineLimit?: number;
|
||||||
mock?:
|
mock?:
|
||||||
| boolean
|
| boolean
|
||||||
| {
|
| {
|
||||||
prefix?: string;
|
prefix?: string;
|
||||||
};
|
};
|
||||||
mountElementId?: string;
|
mountElementId?: string;
|
||||||
plugins?: string[];
|
plugins?: string[];
|
||||||
presets?: string[];
|
presets?: string[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user