@syncfusion/ej2-react-schedule
Version:
Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for React
35 lines (34 loc) • 1.14 kB
TypeScript
import * as React from 'react';
import { RecurrenceEditor, RecurrenceEditorModel } from '@syncfusion/ej2-schedule';
import { DefaultHtmlAttributes } from '@syncfusion/ej2-react-base';
/**
* `RecurrenceEditorComponent` represents the react RecurrenceEditor.
* ```tsx
* <RecurrenceEditorComponent/>
* ```
*/
export declare class RecurrenceEditorComponent extends RecurrenceEditor {
state: Readonly<{
children?: React.ReactNode | React.ReactNode[];
}> & Readonly<RecurrenceEditorModel | DefaultHtmlAttributes>;
setState: any;
private getDefaultAttributes;
initRenderCalled: boolean;
private checkInjectedModules;
private statelessTemplateProps;
private templateProps;
private immediateRender;
private isReactMock;
props: Readonly<{
children?: React.ReactNode | React.ReactNode[];
}> & Readonly<RecurrenceEditorModel | DefaultHtmlAttributes>;
forceUpdate: (callBack?: () => any) => void;
context: Object;
portals: any;
isReactComponent: Object;
refs: {
[key: string]: React.ReactInstance;
};
constructor(props: any);
render(): any;
}