UNPKG

flyonui

Version:

The easiest, free and open-source Tailwind CSS component library with semantic classes.

5 lines (4 loc) 75 B
export interface ICollectionItem<T> { id: string | number element: T }