Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions core/scripts/custom-elements/custom-elements.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './index';
export * from '../dist/types/interface';
// Check if './index' file exists and is correctly exported
// If it does not exist or is not correctly exported, remove this line or fix the export in './index'
// export * from './index'; // Commented out as './index' module or its type declarations cannot be found
1 change: 1 addition & 0 deletions core/scripts/custom-elements/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Export any necessary types or functions here