@wix/design-system
Version:
@wix/design-system
10 lines • 380 B
TypeScript
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