GitHub

DaffToastActionButtonSize

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

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

type DaffToastActionButtonSize = 'sm' | 'md' | 'lg' | undefined