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.

2 lines (1 loc) 127 B
export declare function rangeBetween<const T extends readonly string[]>(list: T, from: T[number], to: T[number]): T[number][];