UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

7 lines 284 B
import * as React from 'react'; import { IEvent } from './models/IEvents'; export interface IEventDetailsPopoverProps { event: IEvent; } export declare const EventDetailsPopover: React.FunctionComponent<IEventDetailsPopoverProps>; //# sourceMappingURL=EventDetailsPopover.d.ts.map