| 17 | } |
| 18 | |
| 19 | export interface StrictHtmlLabelProps { |
| 20 | children?: React.ReactNode |
| 21 | } |
| 22 | |
| 23 | export interface HtmlIframeProps extends StrictHtmlIframeProps { |
| 24 | [key: string]: any |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…