@devprotocol/elements
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -0,1 +1,2 @@ | ||
import { TemplateResult } from 'lit'; | ||
import { DirectiveResult } from 'lit/directive'; | ||
@@ -6,4 +7,8 @@ import { UndefinedOr } from '@devprotocol/util-ts'; | ||
import { UllrElement } from '@aggre/ullr'; | ||
import { TemplateResult } from 'lit'; | ||
declare const stakeOnButton: ({ address, network, }: { | ||
readonly address?: string | undefined; | ||
readonly network?: string | undefined; | ||
}) => TemplateResult; | ||
declare const showNetwork: (net?: string) => DirectiveResult; | ||
@@ -37,9 +42,4 @@ | ||
declare const stakeOnButton: ({ address, network, }: { | ||
readonly address?: string | undefined; | ||
readonly network?: string | undefined; | ||
}) => TemplateResult; | ||
declare const getConnection: (id: string) => Connection; | ||
export { Connection, getConnection, showAddress, showNetwork, stakeOnButton }; |
{ | ||
"name": "@devprotocol/elements", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": " Web Components for Dev Protocol", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
257632