UNPKG

@thehappycoder/react-responsive-pagination

Version:
7 lines (6 loc) 211 B
import React from 'react'; declare const Container: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLElement>>; declare type Props = { children?: React.ReactNode; }; export default Container;