UNPKG

react-url-table

Version:

Smart and flexible table component built with React and for React projects. based on React16 hooks and mobx-react-lite

9 lines (8 loc) 250 B
import React from 'react'; import HeaderModel from "../../store/models/header"; interface IProps { header: HeaderModel; } declare function Header(props: IProps): React.ReactElement; declare const _default: typeof Header; export default _default;