Interface ValueProvider<T>

interface ValueProvider<T> {
    useValue: T;
}

Type Parameters

  • T

Properties

Properties

useValue: T