UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

8 lines (6 loc) 183 B
import { SafeHtml } from '@angular/platform-browser'; import { MenuInner } from '@ohayo/theme'; export interface Nav extends MenuInner { _needIcon?: boolean; _text?: SafeHtml; }