UNPKG

@totvs-agro/core-mobile

Version:

Core Mobile Totvs Agro (Front-End) para utilização dos estilos do T-Faces

8 lines (7 loc) 237 B
import { TotvsNotificationType } from './totvs-notification-type'; export interface TotvsNotificationOptions { duration?: number; actionButtonText?: string; actionButton?: Function; type?: TotvsNotificationType; }