UNPKG

@wix/design-system

Version:

@wix/design-system

13 lines 437 B
/** A header within the sidebar with title, subtitle and custom content at the bottom. */ export function SidebarHeaderNext({ dataHook, className, title, subtitle, children, }: { dataHook: any; className: any; title: any; subtitle: any; children: any; }): React.JSX.Element; export namespace SidebarHeaderNext { let displayName: string; } import React from 'react'; //# sourceMappingURL=SidebarHeaderNext.d.ts.map