UNPKG

@ohayojp.com/components

Version:

Common business components of ohayojp.

9 lines (8 loc) 275 B
import { ElementRef } from '@angular/core'; import { BooleanInput } from '@ohayojp.com/util'; export declare class GlobalFooterItemComponent { static ngAcceptInputType_blankTarget: BooleanInput; host: ElementRef; href: string; blankTarget: boolean; }