UNPKG

storybook-addon-playground

Version:

A playground to enable consumers learn how to use the component library or to reproduce bugs

9 lines 271 B
import React from "react"; import { Tab } from "@/types"; interface EditorTabsProps { selectedTab: Tab; onTabChange?: (newTab: Tab) => void; } declare const EditorTabs: React.FC<EditorTabsProps>; export default EditorTabs; //# sourceMappingURL=EditorTabs.d.ts.map