UNPKG

igniteui-react-core

Version:
13 lines (12 loc) 412 B
import { OffsettableWeekExpressionDescription } from "./OffsettableWeekExpressionDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ThisWeekExpressionDescription extends OffsettableWeekExpressionDescription { static $t: Type; protected get_type(): string; private static __marshalByValue3; private static __marshalByValueAlias3; constructor(); }