UNPKG

react-native-paper-dates

Version:
7 lines 304 B
import { PossibleInputTypes } from './timeUtils'; export default function AmPmSwitcher({ onChange, hours, inputType, }: { hours: number; onChange: (newHours: number) => any; inputType: PossibleInputTypes; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AmPmSwitcher.d.ts.map