UNPKG

@wix/design-system

Version:

@wix/design-system

9 lines 371 B
/** A header within the sidebar with title, subtitle and custom content at the bottom. */ export class SidebarHeader 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=SidebarHeader.d.ts.map