@wix/design-system
Version:
@wix/design-system
9 lines • 343 B
TypeScript
/** A title for the section within the sidebar */
export 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