UNPKG

@salla.sa/twilight-components

Version:
9 lines (8 loc) 199 B
import { Notification } from './interfaces'; export declare class SallaNotificationItem { /** * Notification instance to render. */ notification: Notification; render(): any; }