katoikia-app/web-ui/web-react/node_modules/primereact/fullcalendar/fullcalendar.d.ts

12 lines
262 B
TypeScript
Raw Normal View History

2022-07-06 04:15:11 +00:00
import * as React from 'react';
export interface FullCalendarProps {
id?: string;
events?: any[];
style?: object;
className?: string;
options?: object;
}
export declare class FullCalendar extends React.Component<FullCalendarProps, any> { }