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.

11 lines (10 loc) 414 B
import { HeaderSupportProps } from "./header.types.js"; //#region src/header/headerSupport.d.ts /** Displays a list of services available to the user. */ declare function HeaderSupport(props: HeaderSupportProps): import("react").JSX.Element; declare namespace HeaderSupport { var displayName: string; } //#endregion export { HeaderSupport, HeaderSupport as default }; //# sourceMappingURL=headerSupport.d.ts.map