@wix/design-system
Version:
@wix/design-system
14 lines • 448 B
TypeScript
export 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