UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

10 lines 300 B
import * as React from 'react'; import { IEvent } from './models/IEvents'; export interface IDayViewProps { events: IEvent[]; currentDay: Date; height?: string | number; } export declare const DayView: React.FC<IDayViewProps>; export default DayView; //# sourceMappingURL=DayView.d.ts.map