(props: { text: string })
| 85 | } |
| 86 | |
| 87 | const CompositionString = (props: { text: string }) => { |
| 88 | const { text } = props |
| 89 | return <u {...{ [DATA_EDITABLE_COMPOSITION]: true }}>{text}</u> |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * Leaf strings without text, render as zero-width strings. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…