KC's Workspace
    Preparing search index...
    TextEmphasisStyle:
        | { type: "none" }
        | {
            fill: TextEmphasisFillMode;
            shape?: TextEmphasisShape | null;
            type: "keyword";
        }
        | { type: "string"; value: String }

    A value for the text-emphasis-style property.

    Type Declaration