@progress/kendo-react-dateinputs
Version:
KendoReact Date Inputs package
15 lines (14 loc) • 497 B
TypeScript
export interface DateInputsPopupSettings {
/**
* Controls the popup animation. By default, the open and close animations are enabled.
*/
animate?: boolean;
/**
* Controls the popup container. By default, the popup is appended to the [`body`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/body) element.
*/
appendTo?: HTMLElement;
/**
* Specifies a list of CSS classes that are used for styling the popup.
*/
popupClass?: string;
}