@getalby/lightning-wallet-connect
Version:
Web components to connect to a lightning wallet and power a website with WebLN
13 lines • 392 B
TypeScript
declare const colors: {
primary: string;
secondary: string;
tertiary: undefined;
'bg-primary': string;
'bg-secondary': string;
'text-primary': string;
'text-secondary': string;
'text-tertiary': string;
};
export declare function color(key: keyof typeof colors, fallback?: string | undefined): string;
export {};
//# sourceMappingURL=colors.d.ts.map