readonly onSelected:()

in src/components/TypeTree.tsx [47:51]


  readonly onSelected: (fullName: string) => void
}

// A component that renders a Protobuf type hierarchy as a tree
class TypeTree extends React.PureComponent<IProps> {