UNPKG

@extclp/vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

3 lines (2 loc) 143 B
export type TypographyType = 'default' | 'primary' | 'info' | 'success' | 'warning' | 'error'; export type TitleLevel = 1 | 2 | 3 | 4 | 5 | 6;