@plone/volto
Version:
Volto
19 lines (18 loc) • 541 B
TypeScript
export default StaticTextWidget;
declare function StaticTextWidget(props: any): import("react/jsx-runtime").JSX.Element;
declare namespace StaticTextWidget {
namespace propTypes {
let id: any;
let value: any;
let minLength: any;
let maxLength: any;
}
namespace defaultProps {
let value_1: any;
export { value_1 as value };
let minLength_1: any;
export { minLength_1 as minLength };
let maxLength_1: any;
export { maxLength_1 as maxLength };
}
}