UNPKG

phaser-jsx

Version:
11 lines 273 B
import type { ReactNode } from 'react'; /** * Fragment groups elements without a wrapper node. * * @param props - Props. * @returns - Children. */ export declare function Fragment(props: { children?: ReactNode; }): ReactNode; //# sourceMappingURL=Fragment.d.ts.map