This commit is contained in:
Rizky 2024-07-22 21:51:00 +07:00
parent 2976b775ae
commit dab2ed498d
1 changed files with 8 additions and 1 deletions

View File

@ -33,7 +33,14 @@ export const baseTypings = `
visit: (item: IContent) => void | Promise<void>
) => void
) => 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 cx: (...classNames: any[]) => string;
const css: (