7 lines
112 B
TypeScript
7 lines
112 B
TypeScript
|
|
/**
|
||
|
|
* Calendar - Standalone Entry Point
|
||
|
|
*/
|
||
|
|
|
||
|
|
// Re-export everything from index
|
||
|
|
export * from './index';
|