UNPKG

starkon

Version:

Create a Next.js project with Starkon

12 lines (11 loc) 278 B
export interface ComponentItem { id: string name: string category: string popularity: number description: string lastUpdated: string tags: string[] // required field component?: React.ComponentType<unknown> status: 'stable' | 'beta' | 'alpha' | 'deprecated' }