Skip to content

Commit

Permalink
SliderInput is not exported bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pieetrus committed Aug 24, 2022
1 parent 64e5dc1 commit cea8364
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 cea8364

Please sign in to comment.