UNPKG

@jengaui/utils

Version:

Jenga UI Utils component in React

6 lines (3 loc) 156 B
import { ReactNode } from 'react'; declare function wrapNodeIfPlain(children: ReactNode, render: () => ReactNode): ReactNode; export { wrapNodeIfPlain };