mirror of
https://github.com/Stef-00012/Zipline-Android-App.git
synced 2025-05-11 18:35:58 +02:00
[nobuild] .
This commit is contained in:
parent
333cb7bcfe
commit
6372a032a0
28 changed files with 274 additions and 276 deletions
|
@ -1,13 +1,13 @@
|
|||
import { styles } from "@/styles/components/datePicker";
|
||||
import Popup from "./Popup";
|
||||
import DateTimePicker from "react-native-ui-datepicker";
|
||||
import { styles } from "@/styles/components/datePicker";
|
||||
import Button from "@/components/Button";
|
||||
import type { ReactNode } from "react";
|
||||
import Popup from "@/components/Popup";
|
||||
import type {
|
||||
DatePickeMultipleProps,
|
||||
DatePickerRangeProps,
|
||||
DatePickerSingleProps,
|
||||
DatePickerRangeProps,
|
||||
} from "react-native-ui-datepicker/lib/typescript/DateTimePicker";
|
||||
import Button from "./Button";
|
||||
import type { ReactNode } from "react";
|
||||
|
||||
type Props = (
|
||||
| DatePickeMultipleProps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue