I would like the RenderOptios type to be exposed so i can create a typed `DeepPartial<RenderOptios>` prop on my factory function. Example: [https://lmiller1990.github.io/vue-testing-handbook/components-with-props.html#refactor-with-a-factory-function](https://lmiller1990.github.io/vue-testing-handbook/components-with-props.html#refactor-with-a-factory-function ) index.d.ts, line 45: ```TypeScript export type RenderOptions = VueTestingLibraryRenderOptions & VueTestUtilsRenderOptions ```