Page MenuHomec4science

PageItem.d.ts
No OneTemporary

File Metadata

Created
Wed, Jul 23, 09:13

PageItem.d.ts

import * as React from 'react';
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export interface PageItemProps extends React.HTMLAttributes<HTMLElement>, BsPrefixProps {
disabled?: boolean;
active?: boolean;
activeLabel?: string;
href?: string;
}
declare const PageItem: BsPrefixRefForwardingComponent<'li', PageItemProps>;
export default PageItem;
export declare const First: React.ForwardRefExoticComponent<PageItemProps & React.RefAttributes<unknown>>;
export declare const Prev: React.ForwardRefExoticComponent<PageItemProps & React.RefAttributes<unknown>>;
export declare const Ellipsis: React.ForwardRefExoticComponent<PageItemProps & React.RefAttributes<unknown>>;
export declare const Next: React.ForwardRefExoticComponent<PageItemProps & React.RefAttributes<unknown>>;
export declare const Last: React.ForwardRefExoticComponent<PageItemProps & React.RefAttributes<unknown>>;

Event Timeline