import { Component } from"./component.js";
/**
* The placeholder text that will appear when this field is empty.
* @decorator
* @formio
* @property
* @schema
* @paramplaceholder
*/exportfunctionPlaceholder(placeholder) {
returnComponent({
placeholder
});
}