UNPKG

scheduler-react

Version:

A scheduler and resource planning component built for React

15 lines (13 loc) 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var SummaryPos = { Top: 0, TopRight: 1, TopLeft: 2, Bottom: 3, BottomRight: 4, BottomLeft: 5 }; exports.default = SummaryPos;