The term `options` doesn't fit 100%. Maybe something like: ```ts const def = defineContext({ props = {} }) registerComponent('my-component', def, (ctx) => {}) ```