UNPKG

react-native-paper-dates

Version:
6 lines 268 B
import { Dispatch, SetStateAction } from 'react'; export declare const DisplayModeContext: import("react").Context<{ mode: "AM" | "PM" | undefined; setMode: Dispatch<SetStateAction<"AM" | "PM" | undefined>>; }>; //# sourceMappingURL=DisplayModeContext.d.ts.map