extension-install 4.0.35 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/messaging.d.ts +1 -0
- package/package.json +1 -1
package/dist/lib/messaging.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ export interface CardInput {
|
|
|
23
23
|
suffix?: string;
|
|
24
24
|
rows?: CardRow[];
|
|
25
25
|
}
|
|
26
|
+
export declare const MAX_CARD_ROWS = 3;
|
|
26
27
|
export declare function card(input?: CardInput): string;
|
|
27
28
|
export declare function browserRowValue(browser: string, versionLine?: string): string;
|
|
28
29
|
export declare function isCardKeyClaimed(key: string): boolean;
|