@knowmax/pager-fluentuiv9
Version:
Knowmax Pager with Fluent V9 user interface implementation.
9 lines (8 loc) • 360 B
TypeScript
import { FunctionComponent } from 'react';
import { IPagerProps } from './IPagerProps';
/**
* Pager component provides navigation controls for page switching. It can display the navigation
* as text or button blocks based on the `display` prop.
* @param IPagerProps Props for Pager component.
*/
export declare const Pager: FunctionComponent<IPagerProps>;