UNPKG

@vlsergey/react-bootstrap-pagetable

Version:

Complex solution to work with pageable data, including sorting, filtering, actions, changing displayed columns, etc.

10 lines 682 B
/// <reference types="react" /> import { PropsType as WithReactRouterProps } from '../reactRouter/withReactRouter'; import { PropsType as WithPageInStateProps } from '../withPageInState'; import { PropsType as ControlledMixinPropsType } from './ControlledMixin'; declare type PlusWithPageInStateProps<T> = WithPageInStateProps<T, ControlledMixinPropsType<T>>; declare type PlusWithReactRouterProps<T> = WithReactRouterProps<T, PlusWithPageInStateProps<T>>; export declare type PropsType<T> = PlusWithReactRouterProps<T>; declare const _default: <T>(props: PropsType<T>) => JSX.Element; export default _default; //# sourceMappingURL=UncontrolledWithReactRouterMixin.d.ts.map