@wix/design-system
Version:
@wix/design-system
9 lines • 353 B
TypeScript
/** A divider within the sidebar that supports inner and full mode */
export 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