UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

15 lines (12 loc) 388 B
import { SpaceRowContentProps } from '../SpaceRowContent'; import { TreeNodeBaseProps } from '../TreeNodeBase'; export interface Props extends Omit<TreeNodeBaseProps, 'children'>, SpaceRowContentProps { /** * Custom class for overriding this component's CSS. */ className?: string; /** * Title of this SpaceTreeNode. Appears below the item box. */ title?: string; }