UNPKG

wix-style-react

Version:
10 lines (7 loc) 220 B
import * as React from 'react'; export interface SidebarHeaderProps { dataHook?: string; title?: string; subtitle?: string; } export default class SidebarHeader extends React.PureComponent<SidebarHeaderProps> {}