UNPKG

portalis-component

Version:

Component Library for Nuxt 3 using TailwindCSS

3 lines (2 loc) 142 B
export type StyleVariant = 'default' | 'light' | 'inverse'; export type ColorVariant = 'default' | 'info' | 'success' | 'warning' | 'danger';