UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

10 lines (9 loc) 406 B
import { type HTMLChakraProps } from "../../styled-system"; export interface SkipNavContentProps extends HTMLChakraProps<"div"> { } /** * Renders a div as the target for the `SkipNavLink`. * * @see Docs https://chakra-ui.com/docs/components/skip-nav */ export declare const SkipNavContent: import("react").ForwardRefExoticComponent<SkipNavContentProps & import("react").RefAttributes<HTMLDivElement>>;