Files
video-gen/video-gen-admin/node_modules/@rc-component/util/es/React/isFragment.d.ts
T
2026-05-25 17:08:18 +08: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;