UNPKG

@tinacms/toolkit

Version:

Tina is a lightweight but powerful toolkit for creating a site editing ui with javascript components. Tina surfaces superpowers for dev’s to create, expand on and customize a simple yet intuitive ui for editing content.

12 lines (11 loc) 405 B
export default class MonthsView extends React.Component<any, any, any> { constructor(props: any); constructor(props: any, context: any); 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";