Skip to content

Commit

Permalink
Add named export for docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed May 30, 2022
1 parent 78783d3 commit 165ecdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/range-control/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,6 @@ function RangeControl< P >(
* };
* ```
*/
const ForwardedComponent = forwardRef( RangeControl );
export const ForwardedComponent = forwardRef( RangeControl );

export default ForwardedComponent;

0 comments on commit 165ecdd

Please sign in to comment.