primevue-mirror/api-generator/components/inputtext.js

7 lines
141 B
JavaScript
Raw Normal View History

2021-05-12 09:35:29 +00:00
module.exports = {
inputtext: {
name: "InputText",
2022-08-22 13:47:07 +00:00
description: "InputText renders a text field to enter data."
2021-05-12 09:35:29 +00:00
}
};