@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
10 lines • 498 B
TypeScript
/// <reference types="react" />
/**
* The Navigation component consists of the following elements:
* the container, or root element, that sits as a direct child to the Layout grid definition;
* the show navigation form that contains the trigger for the drawer in large viewports;
* the navigation, or drawer, that contains the hide navigation form and the children
* passed through the API;
*/
export default function Navigation(): JSX.Element | null;
//# sourceMappingURL=navigation.d.ts.map