UNPKG

@totvs-agro/mobile-components

Version:

Componentes Mobile Totvs (Front-End) para utilização dos estilos do T-Faces e Ionic v3

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