Last updated
export type TabsConfig = {
[Tabs.TRANSFER]?: TransferTabConfig, // Configuration for the Transfer tab
[Tabs.FIAT_ON_RAMP]?: FiatOnRampTabConfig, // Configuration for the Buy tab
[Tabs.SWAPS]?: AggregatedSwapTabConfig, // Configuration for the Swaps tab
}