Skip to content

Commit 4862047

Browse files
committed
fix: revert changes
1 parent e663587 commit 4862047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internals/doc-helpers/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export type InteractiveDemo = {
3232
};
3333

3434
export type ImportPaths = {
35-
webComponents: string;
35+
webComponents?: string;
3636
};
3737

3838
export type Component = CustomElement & {

0 commit comments

Comments
 (0)