@wix/design-system
Version:
@wix/design-system
10 lines • 385 B
TypeScript
export default SidebarDivider;
/** A divider within the sidebar that supports inner and full mode */
declare class SidebarDivider extends React.PureComponent<any, any, any> {
static displayName: string;
constructor(props: any);
constructor(props: any, context: any);
render(): React.JSX.Element;
}
import React from 'react';
//# sourceMappingURL=SidebarDivider.d.ts.map