Skip to main content

UiSeverity

type
type UiSeverity = 'info' | 'warning' | 'error'

Import

import { UiSeverity } from '@modular/sdk/view';