fix
This commit is contained in:
parent
1dd48b486d
commit
6aa8215b71
|
|
@ -49,7 +49,7 @@ export const baseTypings = `
|
||||||
className: string
|
className: string
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const children: RNode;
|
const children: RElement;
|
||||||
|
|
||||||
const PassProp: FC<Record<string, any> & { children: React.ReactNode }>;
|
const PassProp: FC<Record<string, any> & { children: React.ReactNode }>;
|
||||||
const Preload: FC<{ url: string[] }>;
|
const Preload: FC<{ url: string[] }>;
|
||||||
|
|
@ -119,5 +119,5 @@ export const baseTypings = `
|
||||||
local: T & { render: () => void }
|
local: T & { render: () => void }
|
||||||
) => void | (() => void) | Promise<void | (() => void)>;
|
) => void | (() => void) | Promise<void | (() => void)>;
|
||||||
cache?: boolean;
|
cache?: boolean;
|
||||||
}) => RNode
|
}) => RElement
|
||||||
`;
|
`;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue