UNPKG

@bytebeans/macaw-ui

Version:

Saleor's UI component library

5 lines (4 loc) 267 B
/// <reference types="react" /> export declare type UserChipMenuContextType = () => void; export declare const UserChipMenuContext: import("react").Context<UserChipMenuContextType | undefined>; export declare const useUserChipMenu: () => UserChipMenuContextType;