| 70 | readonly type: "icon"; |
| 71 | } |
| 72 | export interface Text extends FontawesomeObject { |
| 73 | readonly type: "text"; |
| 74 | } |
| 75 | export interface Counter extends FontawesomeObject { |
| 76 | readonly type: "counter"; |
| 77 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…