fix
This commit is contained in:
parent
2976b775ae
commit
dab2ed498d
|
|
@ -33,7 +33,14 @@ export const baseTypings = `
|
||||||
visit: (item: IContent) => void | Promise<void>
|
visit: (item: IContent) => void | Promise<void>
|
||||||
) => void
|
) => void
|
||||||
) => void;}) => ReactNode;
|
) => void;}) => ReactNode;
|
||||||
const navigate: (url: string) => void;
|
const navigate: (url: string,
|
||||||
|
params?: {
|
||||||
|
where?: any;
|
||||||
|
create?: any;
|
||||||
|
update?: any;
|
||||||
|
breads?: { label: string; url?: string }[];
|
||||||
|
}
|
||||||
|
) => void;
|
||||||
const params: any;
|
const params: any;
|
||||||
const cx: (...classNames: any[]) => string;
|
const cx: (...classNames: any[]) => string;
|
||||||
const css: (
|
const css: (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue