UNPKG

@up-group/react-controls

Version:

We know that there are a ton of react UI library projects to choose from. Our hope with this one is to provide the next generation of react components that you can use to bootstrap your next project, or as a reference for building a UIKit. Read on to get

5 lines (4 loc) 248 B
export declare const MENU_SHOW = "UP_CONTEXTMENU_SHOW"; export declare const MENU_HIDE = "UP_CONTEXTMENU_HIDE"; export declare function showMenu(opts?: any, target?: any): void; export declare function hideMenu(opts?: any, target?: any): void;