@microsoft/fast-foundation > Key
Key type
A key that is used to register dependencies with a dependency injection container.
Signature:export declare type Key = PropertyKey | object | InterfaceSymbol | Constructable | Resolver;
@microsoft/fast-element
v2 is out! 🎉️@microsoft/fast-foundation > Key
A key that is used to register dependencies with a dependency injection container.
Signature:export declare type Key = PropertyKey | object | InterfaceSymbol | Constructable | Resolver;