minishouyin/node_modules/rc-util/es/React/isFragment.d.ts

5 lines
132 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
/**
* Compatible with React 18 or 19 to check if node is a Fragment.
*/
export default function isFragment(object: any): boolean;