UNPKG

balm-ui

Version:

A modular and customizable UI library based on Material Design and Vue 3

15 lines (13 loc) 228 B
// For the form element in component const inputProps = { // Element attributes inputId: { type: [String, null], default: null }, attrs: { type: Object, default: () => ({}) } }; export { inputProps };