UNPKG

197 BTypeScriptView Raw
1import { type HTMLChakraProps } from "../../styled-system";
2export interface StickyProps extends HTMLChakraProps<"div"> {
3}
4export declare const Sticky: import("../..").ChakraComponent<"div", {}>;