UNPKG

@synergycodes/axiom

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) 278 B
import { Shape } from '../../button/types'; import { ReactElement } from 'react'; import { Item, SegmentPickerItemProps } from '../item/segment-picker-item'; export declare function getValidShape(shape: Shape, items: ReactElement<SegmentPickerItemProps, typeof Item>[]): Shape;