We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2e219 commit ab90df6Copy full SHA for ab90df6
src/core/resolvers/veui.ts
@@ -67,7 +67,7 @@ let components: Set<string> | undefined
67
*
68
* @link https://github.com/ecomfe/veui
69
*/
70
-export function VeuiResolver(options: VeuiResolverOptions): ComponentResolver {
+export function VeuiResolver(options: VeuiResolverOptions = {}): ComponentResolver {
71
const { alias = VEUI_PACKAGE_NAME } = options
72
73
if (!components) {
0 commit comments