first commit
This commit is contained in:
4
frontend/node_modules/rc-util/lib/React/isFragment.d.ts
generated
vendored
Normal file
4
frontend/node_modules/rc-util/lib/React/isFragment.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Compatible with React 18 or 19 to check if node is a Fragment.
|
||||
*/
|
||||
export default function isFragment(object: any): boolean;
|
||||
Reference in New Issue
Block a user