Search
    Preparing search index...

    Тип элемента выбора даты

    interface DatePickerComponentType {
        new DatePickerComponentType(
            props: DatePickerProps,
            context?: any,
        ): Component<DatePickerProps, any>;
        childContextTypes?: ValidationMap<any>;
        contextType?: Context<any>;
        contextTypes?: ValidationMap<any>;
        defaultProps: DatePickerDefaultProps;
        displayName?: string;
        getDerivedStateFromError?: GetDerivedStateFromError<DatePickerProps, any>;
        getDerivedStateFromProps?: GetDerivedStateFromProps<DatePickerProps, any>;
        propTypes?: WeakValidationMap<DatePickerProps>;
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    childContextTypes?: ValidationMap<any>
    contextType?: Context<any>
    contextTypes?: ValidationMap<any>
    displayName?: string
    getDerivedStateFromError?: GetDerivedStateFromError<DatePickerProps, any>
    getDerivedStateFromProps?: GetDerivedStateFromProps<DatePickerProps, any>