| 9 | } |
| 10 | |
| 11 | export class Separator extends React.Component<StringLiteralProps> { |
| 12 | render() { |
| 13 | const { x, y, selectorType, isSelected } = this.props |
| 14 | const className = 'separator' + (isSelected ? ' selected' : '') |
nothing calls this directly
no outgoing calls
no test coverage detected