react-native-ruler-view
Version:
⚡ Lightning-fast and customizable Ruler Picker component for React Native
4 lines • 368 B
TypeScript
import React from 'react';
import { RulerPickerItemProp } from '../utils/types';
export declare const RulerPickerItem: React.MemoExoticComponent<({ isLast, index, gapBetweenSteps, shortStepHeight, longStepHeight, stepWidth, shortStepColor, longStepColor, vertical, stepStyle, }: RulerPickerItemProp) => React.JSX.Element>;
//# sourceMappingURL=RulerPickerItem.d.ts.map