-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(batch-selection): ts type definitions not properly exported
add missing index.d.ts file add missing "hidden" type definition fix incorrect "colorTheme" types sort ts type definitions
- Loading branch information
1 parent
b3cdc6e
commit 7b59608
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
6 changes: 4 additions & 2 deletions
6
...-selection/batch-selection.component.d.ts → ...ents/batch-selection/batch-selection.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
export { default } from "./batch-selection"; |