UNPKG

design-react-kit

Version:

Componenti React per Bootstrap 5

3 lines (2 loc) 200 B
export declare const PositionContext: import("react").Context<"top" | "left" | "right" | "bottom" | undefined>; export declare function usePosition(): "top" | "left" | "right" | "bottom" | undefined;