UNPKG

doj-react-adminlte

Version:

Simple and easy-to-use AdminLTE components for React

11 lines (6 loc) 201 B
import * as React from 'react'; export interface YearMonthViewProps { } export default class YearMonthView extends React.Component<YearMonthViewProps, any> { render(): JSX.Element; }