@wix/design-system
Version:
@wix/design-system
20 lines • 674 B
TypeScript
/** A sidebar content children wrapper to add gradient */
export class SidebarContentWrapper extends React.Component<any, any, any> {
static defaultProps: {
skin: string;
};
constructor(props: any);
childrenContainerRef: React.RefObject<any>;
childrenContentRef: React.RefObject<any>;
state: {
isScrollbarDisplayed: boolean;
};
childrenResizeObserver: false | ResizeObserver;
_handleChildrenResize: () => void;
componentDidMount(): void;
componentWillUnmount(): void;
_shouldAddGradient(): void;
render(): React.JSX.Element;
}
import React from 'react';
//# sourceMappingURL=SidebarContentWrapper.d.ts.map