@samatawy/rules
    Preparing search index...

    Type Alias ElementType

    ElementType:
        | "operator"
        | "parenthesis"
        | "dot"
        | "comma"
        | "keyword"
        | "literal"
        | "variable"
        | "array"
        | "function"
        | "command"
        | "arithmetic"
        | "comparison"
        | "logical"
        | "ternary"
        | "switch"
        | "lambda"
        | "keyword"
        | "block"

    Types of elements that can be rendered and styled.