@arcmantle/lit-context
    Preparing search index...

    Interface Context

    interface Context {
        name: string;
        value: any;
    }
    Index

    Properties

    Properties

    name: string
    value: any