Skip to content

Commit

Permalink
[Slider] Remove SliderInput export from d.ts (mui#34055)
Browse files Browse the repository at this point in the history
  • Loading branch information
pieetrus authored and Daniel Rabe committed Nov 29, 2022
1 parent 3736688 commit 1394e1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/mui-material/src/Slider/Slider.d.ts
Expand Up @@ -64,7 +64,6 @@ type SliderMarkLabelProps = NonNullable<SliderTypeMap['props']['componentsProps'
type SliderRailProps = NonNullable<SliderTypeMap['props']['componentsProps']>['rail'];
type SliderTrackProps = NonNullable<SliderTypeMap['props']['componentsProps']>['track'];
type SliderThumbProps = NonNullable<SliderTypeMap['props']['componentsProps']>['thumb'];
type SliderInputProps = NonNullable<SliderTypeMap['props']['componentsProps']>['input'];

export declare const SliderRoot: React.FC<SliderRootProps>;
export declare const SliderMark: React.FC<SliderMarkProps>;
Expand All @@ -73,7 +72,6 @@ export declare const SliderRail: React.FC<SliderRailProps>;
export declare const SliderTrack: React.FC<SliderTrackProps>;
export declare const SliderThumb: React.FC<SliderThumbProps>;
export declare const SliderValueLabel: React.FC<SliderValueLabelProps>;
export declare const SliderInput: React.FC<SliderInputProps>;

/**
*
Expand Down

0 comments on commit 1394e1b

Please sign in to comment.