AntdUiConfig

Source
import { AntdUiConfig } from "@prestojs/ui-antd";

API

Constructor

new AntdUiConfig(components)

Arguments:

ArgumentTypeDescription
*
components
An object with the properties below
components.DatePicker_DatePickerComponent|LazyExoticComponent
components.TimePicker_TimePickerComponent|LazyExoticComponent

Methods

getDatePicker<T>()
Returns:DatePickerComponent
getTimePicker<T>()
Returns:DatePickerComponent

Properties

components

Source
An object with these properties:
PropertyTypeDescription
DatePicker_DatePickerComponent|LazyExoticComponent
TimePicker_TimePickerComponent|LazyExoticComponent