@creit.tech/stellar-wallets-kit
Version:
A kit to handle all Stellar Wallets at once
33 lines • 909 B
TypeScript
export declare enum SwkAppRoute {
AUTH_OPTIONS = "AUTH_OPTIONS",
HELP_PAGE = "HELP_PAGE",
PROFILE_PAGE = "PROFILE_PAGE",
HW_ACCOUNTS_FETCHER = "HW_ACCOUNTS_FETCHER"
}
export declare enum SwkAppMode {
FIXED = "FIXED",
BLOCK = "BLOCK",
HIDDEN = "HIDDEN"
}
export type SwkAppTheme = {
"background": string;
"background-secondary": string;
"foreground-strong": string;
"foreground": string;
"foreground-secondary": string;
"primary": string;
"primary-foreground": string;
"transparent": string;
"lighter": string;
"light": string;
"light-gray": string;
"gray": string;
"danger": string;
"border": string;
"shadow": string;
"border-radius": string;
"font-family": string;
};
export declare const SwkAppLightTheme: SwkAppTheme;
export declare const SwkAppDarkTheme: SwkAppTheme;
//# sourceMappingURL=components.d.ts.map