UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

5 lines (4 loc) 197 B
import { type HTMLChakraProps } from "../../styled-system"; export interface StickyProps extends HTMLChakraProps<"div"> { } export declare const Sticky: import("../..").ChakraComponent<"div", {}>;