import { DaffNotificationOrientationEnum } from '@daffodil/design/notification'
Enum for representing the available notification orientations.
See DaffNotificationOrientation
for descriptions of each orientation.
enum DaffNotificationOrientationEnum {
Horizontal = DaffNotificationOrientationEnum.Horizontal,
Vertical = DaffNotificationOrientationEnum.Vertical,
}