wix-style-react
Version:
wix-style-react
12 lines • 420 B
TypeScript
export default SidebarTitleItemNext;
/** Sidebar title item */
declare function SidebarTitleItemNext({ dataHook, children }?: {}): React.JSX.Element;
declare namespace SidebarTitleItemNext {
let displayName: string;
namespace propTypes {
let dataHook: PropTypes.Requireable<string>;
}
}
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=SidebarTitleItemNext.d.ts.map