UNPKG

@doku-dev/doku-fragment

Version:

A new Angular UI library that moving away from Bootstrap and built from scratch.

3 lines (2 loc) 149 B
export type DokuBadgeColor = 'green' | 'orange' | 'red' | 'neutral' | 'pink' | 'purple' | 'blue'; export type DokuBadgeVariant = 'filled' | 'light';