MCPcopy
hub / github.com/FortAwesome/Font-Awesome / Text

Interface Text

js-packages/@fortawesome/fontawesome-svg-core/index.d.ts:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 readonly type: "icon";
71}
72export interface Text extends FontawesomeObject {
73 readonly type: "text";
74}
75export interface Counter extends FontawesomeObject {
76 readonly type: "counter";
77}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…