UNPKG

@yookue/react-condition

Version:

Render components conditionally for react

7 lines (6 loc) 205 B
import React from 'react'; export type SetIteratorProps = React.PropsWithChildren<{ of: Set<any>; render?: (item: any, index: number) => React.ReactNode; }>; export declare const SetIterator: any;