Type Alias: DateMaskOptions
type DateMaskOptions = {
max?: Date;
min?: Date;
type: Date;
};
Properties
| Property | Type | Description |
|---|---|---|
max? |
Date |
The latest valid date, inclusive. |
min? |
Date |
The earliest valid date, inclusive. |
type |
Date |
- |