isFragment.d.ts 132 B

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