import { ReactNode } from 'react'; export interface IViewPagerProps { /** * */ children: ReactNode; /** * */ initialPage?: number; }