ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
13 lines (12 loc) • 711 B
TypeScript
import { CalendarShortcutPanelPropsType } from './PropsType';
import * as i0 from "@angular/core";
export declare class CalendarShortcutPanelComponent {
props: CalendarShortcutPanelPropsType;
set locale(value: any);
set onSelect(value: any);
shortcutPanel: boolean;
constructor();
onClick: (type: string) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarShortcutPanelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarShortcutPanelComponent, "CalendarShortcutPanel, nzm-calendar-shortcut-panel", never, { "locale": { "alias": "locale"; "required": false; }; "onSelect": { "alias": "onSelect"; "required": false; }; }, {}, never, never, false, never>;
}