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.

9 lines (8 loc) 371 B
import { VuiComponent } from "../core/vui.js"; import { ButtonProps } from "../button/button.types.js"; //#region src/header/headerMobileToggle.d.ts /** Button that toggles display of the mobile content. */ declare const HeaderMobileToggle: VuiComponent<"button", ButtonProps>; //#endregion export { HeaderMobileToggle }; //# sourceMappingURL=headerMobileToggle.d.ts.map