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) 391 B
import { VuiComponent } from "../core/vui.js"; import { HeaderCreateAccountProps } from "./header.types.js"; //#region src/header/headerCreateAccount.d.ts /** Text inviting to create an account when logged out. */ declare const HeaderCreateAccount: VuiComponent<"div", HeaderCreateAccountProps>; //#endregion export { HeaderCreateAccount }; //# sourceMappingURL=headerCreateAccount.d.ts.map