UNPKG

@clayui/drop-down

Version:
11 lines (10 loc) 169 B
import React from "react"; const DropDownContext = React.createContext({ close: () => { }, closeOnClick: false, tabFocus: true }); export { DropDownContext };