Skip to content

Commit

Permalink
[typescript] Add type to export statements (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak authored Aug 19, 2024
1 parent 2175706 commit 6dc925b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mui-base/src/Progress/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { ProgressRoot as Root } from './Root/ProgressRoot';
export {
export type {
ProgressRootOwnerState as ProgressOwnerState,
ProgressRootProps as RootProps,
UseProgressRootParameters,
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-base/src/Slider/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { SliderRoot as Root } from './Root/SliderRoot';
export {
export type {
SliderRootOwnerState as SliderOwnerState,
SliderRootProps as RootProps,
UseSliderParameters,
Expand Down

0 comments on commit 6dc925b

Please sign in to comment.