| 67 | readonly node: HTMLCollection; |
| 68 | } |
| 69 | export interface Icon extends FontawesomeObject, IconDefinition { |
| 70 | readonly type: "icon"; |
| 71 | } |
| 72 | export interface Text extends FontawesomeObject { |
| 73 | readonly type: "text"; |
| 74 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…