@synergycodes/overflow-ui
Version:
A React library for creating node-based UIs and diagram-driven applications. Perfect for React Flow users, providing ready-to-use node templates and components that work seamlessly with React Flow's ecosystem.
5 lines (4 loc) • 370 B
TypeScript
import { PropsWithChildren } from 'react';
export declare function hasIconChildrenOnly<T>(props: PropsWithChildren): props is PropsWithChildren<T>;
export declare function hasChildrenWithStringAndIcons<T>(props: PropsWithChildren): props is PropsWithChildren<T>;
export declare function hasStringChildrenOnly<T>(props: PropsWithChildren): props is PropsWithChildren<T>;