(value: string)
| 34 | export interface Renderer { |
| 35 | destroy(): void; |
| 36 | createComment(value: string): RComment; |
| 37 | createElement(name: string, namespace?: string | null): RElement; |
| 38 | createText(value: string): RText; |
| 39 | /** |
no outgoing calls
no test coverage detected