import { Component } from"./component.js";
/**
* Force the output of this field to be sanitized in a specific format.
* @decorator
* @formio
* @property
* @schema
* @paramtextCase
*/exportfunctionTextCase(textCase) {
returnComponent({
case: textCase
});
}