DaffToastConfiguration
import { DaffToastConfiguration } from '@daffodil/design/toast'
interface DaffToastConfiguration {
duration: number
}
Properties
Name | Type | Description |
---|---|---|
duration | number | The duration (in milliseconds) that a toast is visible before it's dismissed. |