下载账单、城市和职业选择器
This commit is contained in:
@@ -17,7 +17,7 @@ interface PickerOption {
|
||||
interface PickerProps {
|
||||
visible: boolean;
|
||||
setvisible: (visible: boolean) => void;
|
||||
options?: PickerOption[][];
|
||||
options?: PickerOption[][] | PickerOption[];
|
||||
value?: (string | number)[];
|
||||
type?: "month" | "day" | "hour" | "ntrp" | null;
|
||||
img?: string;
|
||||
|
||||
Reference in New Issue
Block a user