/** * Tab definitions that ship in the base admin build. */ export const baseTabs = [ { id: "general", label: "General" }, { id: "chips", label: "Variation Chips" }, { id: "typography", label: "Typography" }, { id: "tooltips", label: "Tooltips" }, { id: "advanced", label: "Advanced" }, ] as const;