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

    Interface ContextProp<T>

    interface ContextProp<T = any> {
        value: T;
    }

    Type Parameters

    • T = any
    Index

    Properties

    Properties

    value: T