tinacms
Version:
[](https://github.com/tinacms/tinacms/blob/main/LICENSE) [](https://www.npmjs.com/package/tinacms) [![Bui
13 lines (12 loc) • 450 B
TypeScript
export default class MonthsView extends React.Component<any, any, any> {
constructor(props: any);
constructor(props: any, context: any);
render(): React.JSX.Element;
renderNavigation(): React.JSX.Element;
renderMonths(): React.JSX.Element[];
renderMonth(month: any): any;
isDisabledMonth(month: any): boolean;
getMonthText(month: any): any;
_updateSelectedMonth: (event: any) => void;
}
import React from 'react';