@gluestack-ui/core
Version:
Universal UI components for React Native, Expo, and Next.js
8 lines • 491 B
TypeScript
import React from 'react';
import type { ISliderThumbProps } from './types';
declare function SliderThumb<StyledSliderThumb, StyledSliderThumbInteraction>(StyledSliderThumb: React.ComponentType<StyledSliderThumb>, StyledSliderThumbInteraction: React.ComponentType<StyledSliderThumbInteraction>): React.ForwardRefExoticComponent<ISliderThumbProps & {
children?: any;
style?: any;
} & React.RefAttributes<unknown>>;
export default SliderThumb;
//# sourceMappingURL=SliderThumb.d.ts.map