GitHub

DaffToastActionButtonType

import { DaffToastActionButtonType } from '@daffodil/design/toast'

The available button styles that can be used in DaffToastAction. These correspond to the types supported by DaffButtonComponent.

type DaffToastActionButtonType = 'raised' | 'underline' | 'stroked' | 'flat' | undefined