UNPKG

@ohayojp.com/components

Version:

Common business components of ohayojp.

7 lines (6 loc) 198 B
import { SafeHtml } from '@angular/platform-browser'; import { MenuInner } from '@ohayojp.com/theme'; export interface Nav extends MenuInner { _needIcon?: boolean; _text?: SafeHtml; }