UNPKG

@vlsergey/react-bootstrap-pagetable

Version:

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

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