UNPKG

@cn-ui/core

Version:

The @cn-ui/core is a collection of UI components and utilities for building modern web applications with SolidJS.

5 lines (4 loc) 131 B
export declare const flatLoop: <T extends { level?: number; options?: T; }[]>(rows: T, collection: T, deep?: number) => T;