fix
This commit is contained in:
parent
8e2bb390ce
commit
d2d3eef7f6
|
|
@ -109,6 +109,7 @@ export const baseTypings = `
|
|||
};
|
||||
|
||||
type PrasiItem = IItem & PrasiEdit;
|
||||
type _item = IItem & PrasiEdit;
|
||||
|
||||
const PassProp: (arg:Record<string, any> & { children: ReactNode }>) => ReactElement;
|
||||
const mobile: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue