UNPKG

@doku-dev/doku-fragment

Version:

A new Angular UI library that moving away from Bootstrap and built from scratch.

11 lines (10 loc) 281 B
/** * Duration of the toast before automatically dismissed. * * Value in milliseconds. */ export declare const TOAST_DURATION = 3000; /** * Class name of the container element that wrap the toast elements. */ export declare const TOAST_CONTAINER_CLASS = "d-toast-container";