@bytebeans/macaw-ui
Version:
Saleor's UI component library
6 lines (5 loc) • 303 B
TypeScript
import React from "react";
export declare type BacklinkContextType = React.RefObject<HTMLDivElement>;
export declare const BacklinkContext: React.Context<BacklinkContextType | undefined>;
export declare const useBacklink: () => BacklinkContextType;
export declare const BacklinkProvider: React.FC;