const props = { style: { type: String, value: '', }, format: { type: null, }, options: { type: Array, value: [], }, }; export default props;