dev
    Preparing search index...

    Interface GlyphProps

    interface GlyphProps {
        beamCount: number;
        codeFlagUp?: string;
        codeHead: string;
        stem: boolean;
        stemBeamExtension: number;
    }
    Index

    Properties

    beamCount: number
    codeFlagUp?: string
    codeHead: string
    stem: boolean
    stemBeamExtension: number