MCPcopy Create free account
hub / github.com/SplootCode/splootcode /

Class

packages/editor/src/components/separator.tsx:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected