UNPKG

@component-book/react

Version:

## Description

17 lines (16 loc) 297 B
export interface Item { name: string; component: (props: any) => JSX.Element; props?: any; group?: string; scope?: string; options?: { [key: string]: { types?: { label: string; value?: any; }[]; description?: string; }; }; }