UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

10 lines (7 loc) 234 B
declare namespace Meleon { type MlStyle = { [key in keyof CSSStyleDeclaration]?: any } type MlSize = 'mini' | 'small' | 'medium' | 'large' type MlStatus = 'primary' | 'success' | 'warning' | 'info' | 'danger' }