@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
8 lines (7 loc) • 297 B
TypeScript
import { Dict } from "../utils/types.js";
import "../utils/index.js";
//#region src/popover/context.d.ts
declare const PopoverProvider: import("react").Provider<Dict>, usePopoverContext: () => Dict;
//#endregion
export { PopoverProvider, usePopoverContext };
//# sourceMappingURL=context.d.ts.map