UNPKG

tyh-ui2

Version:

The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.

4 lines (2 loc) 149 B
export type Position = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' export type Type = 'primary' | 'success' | 'danger' | 'warning'