Files
copilot-toolbox-sdfdsfds/node_modules/rc-util/lib/React/isFragment.d.ts
2026-01-16 01:51:36 +00:00

5 lines
132 B
TypeScript

/**
* Compatible with React 18 or 19 to check if node is a Fragment.
*/
export default function isFragment(object: any): boolean;