We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e663587 commit 4862047Copy full SHA for 4862047
internals/doc-helpers/types.ts
@@ -32,7 +32,7 @@ export type InteractiveDemo = {
32
};
33
34
export type ImportPaths = {
35
- webComponents: string;
+ webComponents?: string;
36
37
38
export type Component = CustomElement & {
0 commit comments