@wix/design-system
Version:
@wix/design-system
11 lines (8 loc) • 325 B
TypeScript
import * as React from 'react';
export interface SidebarTitleItemNextProps {
/** Applies a data-hook HTML attribute that can be used in tests. */
dataHook?: string;
children?: React.ReactNode;
className?: string;
}
export default class SidebarTitleItemNext extends React.PureComponent<SidebarTitleItemNextProps> {}