ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
14 lines (13 loc) • 350 B
TypeScript
import { Models } from '../date/DataTypes';
export interface PropsType {
locale: Models.Locale;
onSelect: (startDate?: Date, endDate?: Date) => void;
}
export declare class ShortcutPanelComponent {
props: PropsType;
locale: any;
onSelect: any;
shortcutPanel: boolean;
constructor();
onClick: (type: string) => void;
}