All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.date-picker.date-picker-control.d.cts Maven / Gradle / Ivy

import { HTMLProps, PolymorphicProps } from '../factory';
import { ForwardRefExoticComponent, RefAttributes } from 'react';
export interface DatePickerControlBaseProps extends PolymorphicProps {
}
export interface DatePickerControlProps extends HTMLProps<'div'>, DatePickerControlBaseProps {
}
export declare const DatePickerControl: ForwardRefExoticComponent>;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy