UNPKG

@tra-tech/react-native-kitra

Version:
13 lines (12 loc) 335 B
import React from 'react'; import type { SliderProps } from '../../types'; declare const _default: React.ForwardRefExoticComponent<SliderProps & { theme?: { [index: string]: string; } | undefined; } & { typography?: any; } & { children?: React.ReactNode; } & React.RefAttributes<any>>; export default _default;