UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

8 lines (7 loc) 242 B
export interface ButtonProps { shape: 'square' | 'round' | 'circle'; size: Meleon.MlSize; type: 'primary' | 'secondary' | 'outline' | 'text'; status: 'normal' | 'success' | 'warning' | 'danger'; loading: boolean; }