@nightgrey/ansi
    Preparing search index...

    Type Alias AttributeToProp<T>

    AttributeToProp: T extends keyof typeof ATTRIBUTE_TO_PROP
        ? typeof ATTRIBUTE_TO_PROP[T]
        : never

    Attribute <-> Property

    Type Parameters