UNPKG

@bytebeans/macaw-ui

Version:

Saleor's UI component library

6 lines (5 loc) 199 B
import { TabsProps } from "@material-ui/core/Tabs"; import React from "react"; export declare const PageTabs: React.FC<Omit<TabsProps, "onChange"> & { onChange: (value: string) => void; }>;