UNPKG

616 BTypeScriptView Raw
1import * as React from 'react';
2export interface ToggleTemplateProps {
3 /** The first index of the items being paginated */
4 firstIndex?: number;
5 /** The last index of the items being paginated */
6 lastIndex?: number;
7 /** The total number of items being paginated */
8 itemCount?: number;
9 /** The type or title of the items being paginated */
10 itemsTitle?: string;
11 /** The word that joins the index and itemCount/itemsTitle */
12 ofWord?: React.ReactNode;
13}
14export declare const ToggleTemplate: React.FunctionComponent<ToggleTemplateProps>;
15//# sourceMappingURL=ToggleTemplate.d.ts.map
\No newline at end of file