UNPKG

@wix/design-system

Version:

@wix/design-system

9 lines (6 loc) 228 B
import * as React from 'react'; export interface SidebarSectionTitleProps { dataHook?: string; children: React.ReactNode; } export default class SidebarSectionTitle extends React.PureComponent<SidebarSectionTitleProps> {}