tinacms
Version:
> The Fastest Way to Edit Next.js Content
13 lines (12 loc) • 432 B
TypeScript
export default class MonthsView extends React.Component<any, any, any> {
constructor(props: any);
constructor(props: any, context: any);
render(): JSX.Element;
renderNavigation(): JSX.Element;
renderMonths(): JSX.Element[];
renderMonth(month: any): any;
isDisabledMonth(month: any): boolean;
getMonthText(month: any): any;
_updateSelectedMonth: (event: any) => void;
}
import React from "react";