UNPKG

@wix/design-system

Version:

@wix/design-system

10 lines 380 B
export default SidebarSectionTitle; /** A title for the section within the sidebar */ declare class SidebarSectionTitle 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=SidebarSectionTitle.d.ts.map