UNPKG

@protorians/widgets

Version:

Create your web user interfaces with widgets

3 lines (2 loc) 169 B
import { IGlyphProps } from "../types/index.js"; export declare function Glyph({ name, pack, size, color }: IGlyphProps): import("../overlay/text.js").ItalicTextWidget;