@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
13 lines • 779 B
TypeScript
import { EnhancedModularDrawerConfiguration } from "../../wallet-api/ModularDrawer/types";
export declare const useModularDrawerConfiguration: (featureFlagKey: "lldModularDrawer" | "llmModularDrawer", drawerConfiguration?: EnhancedModularDrawerConfiguration) => {
assetsConfiguration: {
filter?: "undefined" | "topNetworks" | undefined;
leftElement?: "undefined" | "apy" | "marketTrend" | undefined;
rightElement?: "undefined" | "balance" | "marketTrend" | undefined;
} | undefined;
networkConfiguration: {
leftElement?: "undefined" | "numberOfAccounts" | "numberOfAccountsAndApy" | undefined;
rightElement?: "undefined" | "balance" | undefined;
} | undefined;
};
//# sourceMappingURL=useModularDrawerConfiguration.d.ts.map