@mikuroxina/mini-fn
    Preparing search index...

    Type Alias Prop

    A property configuration of a fact for JavaScript API.

    type Prop = {
        key: string;
        type: typeof propSymbol;
        value: string;
    }
    Index

    Properties

    Properties

    key: string

    The property name of the element in JavaScript.

    type: typeof propSymbol
    value: string

    The property value of the element in JavaScript.