UNPKG

@legumeinfo/web-components

Version:

Web Components for the Legume Information System and other AgBio databases

5 lines 173 B
/** * UIkit alert class modifiers. */ export type AlertModifierModel = 'primary' | 'success' | 'warning' | 'danger'; //# sourceMappingURL=lis-alert-modifier-model.d.ts.map