UNPKG

wix-style-react

Version:
22 lines 855 B
export default SidebarHeaderNext; /** A header within the sidebar with title, subtitle and custom content at the bottom. */ declare function SidebarHeaderNext({ dataHook, className, title, subtitle, children, }: { dataHook: any; className: any; title: any; subtitle: any; children: any; }): React.JSX.Element; declare namespace SidebarHeaderNext { let displayName: string; namespace propTypes { let dataHook: PropTypes.Requireable<string>; let className: PropTypes.Requireable<string>; let title: PropTypes.Requireable<PropTypes.ReactNodeLike>; let subtitle: PropTypes.Requireable<PropTypes.ReactNodeLike>; let children: PropTypes.Requireable<PropTypes.ReactNodeLike>; } } import React from 'react'; import PropTypes from 'prop-types'; //# sourceMappingURL=SidebarHeaderNext.d.ts.map