UNPKG

cdbreact

Version:

Elegant UI Kit and reusable components for building mobile-first, responsive webistes and web apps

6 lines (5 loc) 175 B
import React from "react"; export declare const DropDownContext: React.Context<{ isOpen: any; }>; export declare const DropDownProvider: (props: any) => JSX.Element;