-
+
Amy Elsner
diff --git a/components/lib/sidebar/sidebar.d.ts b/components/lib/sidebar/sidebar.d.ts
index 55c2ef5fd3..fff9fc63d8 100644
--- a/components/lib/sidebar/sidebar.d.ts
+++ b/components/lib/sidebar/sidebar.d.ts
@@ -9,6 +9,7 @@
*/
import * as React from 'react';
import { CSSTransitionProps as ReactCSSTransitionProps } from 'react-transition-group/CSSTransition';
+import { Button } from '../button/button';
import { ComponentHooks } from '../componentbase/componentbase';
import { CSSTransitionProps } from '../csstransition';
import { PassThroughOptions } from '../passthrough';
@@ -92,7 +93,7 @@ interface ContentProps {
/**
* Allows you to specify the close button of the sidebar.
*/
- closeIconRef: React.RefObject
;
+ closeIconRef: React.RefObject;
/**
* Callback for hiding the sidebar.
* @param {React.SyntheticEvent} event - Used to get the event of the element.