6 lines
200 B
JavaScript
6 lines
200 B
JavaScript
|
|
/**
|
||
|
|
* ViewStrategy - Strategy pattern for different calendar view types
|
||
|
|
* Allows clean separation between week view, month view, day view etc.
|
||
|
|
*/
|
||
|
|
export {};
|
||
|
|
//# sourceMappingURL=ViewStrategy.js.map
|