@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
23 lines • 701 B
TypeScript
export declare const useDayViewStyles: () => {
styles: {
container: string;
header: string;
dayGrid: string;
blankHeader: string;
timeColumn: string;
timeCell: string;
fullDayRow: string;
fullDayLabel: string;
fullDayCell: string;
fullDayEvent: string;
dayHeaderCell: string;
todayHeaderCell: string;
eventCard: string;
dayCell: string;
currentTimeIndicator: string;
currentHalfHourCell: string;
eventTitle: string;
};
applyEventHouverColorClass: (backgroundColor: string, houveColor: string) => string;
};
//# sourceMappingURL=useDayViewStyles.d.ts.map