intro.js
    Preparing search index...

    Type Alias PropValueOrDerived

    PropValueOrDerived: PropValue | StateView<PropValue> | (() => PropValue)

    A type representing a property value, a state view of a property value, or a function returning a property value.