@awsui/components-react
Version:
On July 19th, 2022, we launched [Cloudscape Design System](https://cloudscape.design). Cloudscape is an evolution of AWS-UI. It consists of user interface guidelines, front-end components, design resources, and development tools for building intuitive, en
11 lines • 492 B
TypeScript
/// <reference types="react" />
import { DateRangePickerProps } from '../../interfaces';
interface HeaderButtonProps {
ariaLabel?: string;
onChangePage: (n: number) => void;
granularity?: DateRangePickerProps.Granularity;
}
export declare function PrevPageButton({ ariaLabel, onChangePage }: HeaderButtonProps): JSX.Element;
export declare function NextPageButton({ ariaLabel, onChangePage }: HeaderButtonProps): JSX.Element;
export {};
//# sourceMappingURL=header-button.d.ts.map