@apistudio/apim-cli
Version:
CLI for API Management Products
13 lines • 323 B
TypeScript
/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
import { ReactNode } from "react";
export interface CarbonActiveTabs {
selectedIndex: number;
}
export interface CarbonTabsProps {
label: string;
panel: ReactNode;
disabled?: boolean;
}
//# sourceMappingURL=editor-tabs.interface.d.ts.map