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