UNPKG

ng-zorro-antd-mobile

Version:

An enterprise-class mobile UI components based on Ant Design and Angular

10 lines (9 loc) 281 B
import { CalendarShortcutPanelPropsType } from './PropsType'; export declare class CalendarShortcutPanelComponent { props: CalendarShortcutPanelPropsType; locale: any; onSelect: any; shortcutPanel: boolean; constructor(); onClick: (type: string) => void; }