UNPKG

react-native-segment-control-ui

Version:
8 lines 292 B
import React from 'react'; import { Ref } from 'react'; import type { Props, RefObject } from '../types/type'; declare const _default: <T extends unknown>(props: Props<T> & { ref?: React.Ref<any> | undefined; }) => JSX.Element; export default _default; //# sourceMappingURL=index.d.ts.map