export type TabLayout = { /** * Panel ids (slot names) in this stack. */ tabs: Array; /** * Index of the selected tab within `tabs`. */ selected?: number; };