createSharedKey
Signature
export declare function createSharedKey<const Name extends keyof RegisteredPluginShared & string>(name: Name): SharedKey<RegisteredPluginShared[Name], Name>;Members
This export does not declare public properties or methods in the generated declaration file.