intro.js
    Preparing search index...

    Type Alias PropValue

    PropValue: Primitive | (<T>(e: T) => void) | null

    A type representing a property value which can be a primitive, a function, or null.