@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) • 347 B
TypeScript
import { VuiComponent } from "../core/vui.js";
import { HeaderSignInProps } from "./header.types.js";
//#region src/header/headerSignIn.d.ts
/** Sign in button leading to Veracity login page. */
declare const HeaderSignIn: VuiComponent<"button", HeaderSignInProps>;
//#endregion
export { HeaderSignIn };
//# sourceMappingURL=headerSignIn.d.ts.map