Rezi
    Preparing search index...

    Type Alias FocusRingGlyphSet

    FocusRingGlyphSet: Readonly<
        {
            bottom: string;
            bottomLeft: string;
            bottomRight: string;
            left: string;
            right: string;
            top: string;
            topLeft: string;
            topRight: string;
        },
    >

    Focus ring glyph set for outlining focused elements.