UNPKG

@withjoy/joykit

Version:

UI Component Library for Joy web

6 lines (5 loc) 340 B
import React from 'react'; declare type Comparator = (child: React.ReactElement<any>) => boolean; export declare const hasValidChildren: (comparator: Comparator) => (children: React.ReactNode) => boolean; export declare const hasValidChildrenByDisplayName: (targetDisplayName: string, children: React.ReactNode) => boolean; export {};