UNPKG

react-native-awesome-slider

Version:

A versatile, responsive <Slider /> component for React Native and Web.

9 lines 316 B
import { TABS, TabId } from './slider/tabs-config'; interface TabsProps { tabs: typeof TABS; activeTab: TabId; onChange?: (id: TabId) => void; } export declare const Tabs: ({ tabs, activeTab, onChange }: TabsProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=tabs.d.ts.map