UNPKG

doj-react-adminlte

Version:

Simple and easy-to-use AdminLTE components for React

13 lines (8 loc) 217 B
import * as React from 'react'; export interface TabProps { currentTab?: string; tabId: string; } export default class Tab extends React.Component<TabProps, any> { render(): JSX.Element; }