UNPKG

doj-react-adminlte

Version:

Simple and easy-to-use AdminLTE components for React

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