File

projects/ng-snotify/src/lib/interfaces/snotify-styles.interface.ts

Description

Toast styles

Index

Properties

Properties

async
async: SnotifyType
Type : SnotifyType
confirm
confirm: SnotifyType
Type : SnotifyType
error
error: SnotifyType
Type : SnotifyType
info
info: SnotifyType
Type : SnotifyType
prompt
prompt: SnotifyType
Type : SnotifyType
simple
simple: SnotifyType
Type : SnotifyType
success
success: SnotifyType
Type : SnotifyType
warning
warning: SnotifyType
Type : SnotifyType
import { SnotifyType } from '../types/snotify.type';

/**
 * Toast styles
 */
export interface SnotifyStyles {
  simple: SnotifyType;
  success: SnotifyType;
  error: SnotifyType;
  warning: SnotifyType;
  info: SnotifyType;
  async: SnotifyType;
  confirm: SnotifyType;
  prompt: SnotifyType;
}

result-matching ""

    No results matching ""