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

10 lines (9 loc) 298 B
/// <reference types="react" /> import { ISortingOptions } from "../../../@typings/types"; interface IProps extends ISortingOptions { property: string; onClose: () => void; } declare function Badge(props: IProps): JSX.Element; declare const _default: typeof Badge; export default _default;