UNPKG

reakit-system

Version:

Reakit System utils

6 lines (4 loc) 163 B
import { RenderProp } from "reakit-utils/types"; export function isRenderProp(children: any): children is RenderProp { return typeof children === "function"; }