mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-07 06:03:58 -05:00
Temporal input components added
This commit is contained in:
9
lib/types/Input.d.ts
vendored
9
lib/types/Input.d.ts
vendored
@@ -149,3 +149,12 @@ export interface RadioListProps {
|
||||
direction?: "vertical" | "horizontal";
|
||||
children?: React.ReactNode;
|
||||
}
|
||||
|
||||
|
||||
export interface DateInputProps {
|
||||
id?: string;
|
||||
className?: string;
|
||||
defaultValue?: Date;
|
||||
value?: Date;
|
||||
onChange?: (newValue: Date) => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user