UNPKG

@wix/design-system

Version:

@wix/design-system

15 lines 479 B
export default CalendarPanel; declare class CalendarPanel extends React.Component<any, any, any> { static displayName: string; static defaultProps: { numOfMonths: number; }; constructor(props: any); constructor(props: any, context: any); onSelectPreset: (preset: any) => void; getSelectedPresetId(): any; isSubmitDisabled(): boolean; render(): React.JSX.Element; } import React from 'react'; //# sourceMappingURL=CalendarPanel.d.ts.map