UNPKG

@gzup/macaw-ui-4

Version:

Gzup's UI component library

6 lines (5 loc) 194 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; }>;