UNPKG

@ohayojp.com/components

Version:

Common business components of ohayojp.

12 lines (11 loc) 428 B
import { EventEmitter } from '@angular/core'; import { LocaleData } from '@ohayojp.com/theme'; import { NoticeIconSelect, NoticeItem } from './notice-icon.types'; export declare class NoticeIconTcomponentsomponent { locale: LocaleData; data: NoticeItem; readonly select: EventEmitter<NoticeIconSelect>; readonly clear: EventEmitter<string>; onClick(item: NoticeItem): void; onClear(): void; }