@react-form-builder/core
Version:
React JSON Schema Form Builder to create complex, validated, reusable forms with no deep React knowledge required
75 lines (74 loc) • 882 B
JavaScript
const r = {
/**
* @inheritDoc
*/
get get() {
return {};
},
/**
* @inheritDoc
*/
get wrapperClassName() {
return "";
},
/**
* @inheritDoc
*/
get wrapperStyle() {
},
/**
* @inheritDoc
*/
get propsWithoutChildren() {
return {};
},
/**
* @inheritDoc
*/
get ownProps() {
return {};
},
/**
* @inheritDoc
*/
onDidMount() {
},
/**
* @inheritDoc
*/
onWillUnmount() {
},
/*
* @inheritDoc
*/
applyStyles(t, e) {
},
/**
* @inheritDoc
*/
get flatCss() {
return "";
},
/**
* @inheritDoc
*/
get flatWrapperCss() {
return "";
},
/**
* @inheritDoc
*/
get isReadOnly() {
return !1;
},
/**
* @inheritDoc
*/
get isDisabled() {
return !1;
}
};
export {
r as defaultComponentState
};
//# sourceMappingURL=IComponentState.js.map