Is there a plan to support the following way of defining components ```javascript // not using `defineComponent` call export const Bar = { ... } // not exported const Foo = defineComponent(...) ```