UNPKG

@rareelements/lydia

Version:
8 lines 460 B
import { IRichProperty } from './model/SimpleTypes'; import { IRawProperty, IRawComponent } from './model/RawCalendarTypes'; import { Component } from './model/Component'; export declare class CalendarUtils { static enrichComponent(rawComponent: IRawComponent, defaultTZ?: string): Component; static enrichProperty(rawProperty: IRawProperty, rawComponent: IRawComponent, defaultTZ?: string): IRichProperty; } //# sourceMappingURL=CalendarUtils.d.ts.map