import { ComplexBase } from '@syncfusion/ej2-react-base'; import { ResourcesModel } from '@syncfusion/ej2-schedule'; /** * `ResourcesDirective` represent a resource of the react Schedule. * It must be contained in a Schedule component(`SchduleComponent`). * ```tsx * * * * * * * ``` */ export declare class ResourceDirective extends ComplexBase { static moduleName: string; } export declare class ResourcesDirective extends ComplexBase<{}, {}> { static propertyName: string; static moduleName: string; }