UNPKG

tanuki-ui

Version:

HTML-first React component library with semantic elements, multi-OS themes, and production-ready visual node editor

2 lines (1 loc) 140 B
export declare const createRange: <Type extends {}, Length extends number>(length: Length, initializer: (index: number) => Type) => Type[];