| 13 | // ====================================================== |
| 14 | |
| 15 | export interface HtmlLabelProps extends StrictHtmlLabelProps { |
| 16 | [key: string]: any |
| 17 | } |
| 18 | |
| 19 | export interface StrictHtmlLabelProps { |
| 20 | children?: React.ReactNode |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…