UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

7 lines (6 loc) 291 B
import { SwitchContext } from "./switch.types.js"; //#region src/switch/context.d.ts declare const SwitchProvider: import("react").Provider<SwitchContext>, useSwitchContext: () => SwitchContext; //#endregion export { SwitchProvider, useSwitchContext }; //# sourceMappingURL=context.d.ts.map