UNPKG

portalis-component

Version:

Component Library for Nuxt 3 using TailwindCSS

3 lines (2 loc) 217 B
export type WeightVariant = 'thin' | 'extralight' | 'light' | 'normal' | 'medium' | 'semibold' | 'bold' | 'extrabold' | 'black'; export type TransformVariant = 'normalcase' | 'lowercase' | 'capitalize' | 'uppercase';