const defaultCommon: componentsCommonCommonStyle = {
border_is_show: '1',
border_color: '#E3E3E3',
border_style: 'solid',
format: 'none',
is_error: '0',
error_text: '',
border_radius: {
radius: 4,
radius_top_left: 4,
radius_top_right: 4,
radius_bottom_left: 4,
radius_bottom_right: 4,
},
border_size: {
padding: 1,
padding_top: 1,
padding_right: 1,
padding_bottom: 1,
padding_left: 1,
},
help_is_show: '0',
help_explain: '',
};
export default defaultCommon;