Sometimes complex return or property types aren't parsed or parsed inrorectly
- Lingua principale
- TypeScript
- Stelle
- 14
- Fork
- 6
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
1 Menu Component, property type

```
/**
* List of menu items.
* @type List | List | any
*/
@Input() items: NbMenuItem[];
```
2 User Component, property type

```
/**
* List of menu items for a user context menu (shown when clicked)
* @type NbUserMenuItem[]
*/
@Input() menu: NbUserMenuItem[] = [];
```
3 MediaBreakpoint service, return parameter

```
/**
* Returns a map of configured breakpoints for the theme
* @returns {[p: string]: number}
*/
getBreakpointsMap(): { [breakpoint: string]: number } {
return this.breakpointsMap;
}
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.