GlyphSheetComponent

View Source

Signature

type GlyphSheetComponent = GlyphSheetRenderer & {
  ids: Readonly<Record<GlyphName, string>>;
  values: GlyphValues;
};