AntdUiConfig
Sourceimport { AntdUiConfig } from "@prestojs/ui-antd";
Constructor
Params:
| Parameter | Type | Description | |
|---|---|---|---|
| * | components An object with the properties below | ||
| components.DatePicker | _DatePickerComponent|LazyExoticComponent | ||
| components.TimePicker | _TimePickerComponent|LazyExoticComponent | ||
Methods
Properties
components
Source| An object with these properties: | |||
|---|---|---|---|
| Property | Type | Description | |
| DatePicker | _DatePickerComponent|LazyExoticComponent | ||
| TimePicker | _TimePickerComponent|LazyExoticComponent | ||