@yelon/abc
Version:
Common business components of ng-yunzai.
11 lines (10 loc) • 573 B
TypeScript
import { TemplateRef } from '@angular/core';
import { YunzaiDateRangePickerShortcutItem } from '@yelon/util/config';
import * as i0 from "@angular/core";
export declare class RangePickerShortcutTplComponent {
readonly tpl: TemplateRef<void>;
list: YunzaiDateRangePickerShortcutItem[];
click(_: YunzaiDateRangePickerShortcutItem): void;
static ɵfac: i0.ɵɵFactoryDeclaration<RangePickerShortcutTplComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<RangePickerShortcutTplComponent, "ng-component", never, {}, {}, never, never, true, never>;
}