UNPKG

@peculiar/fortify-webcomponents

Version:

Web-components for creating CSR or Certificate and viewing certificates list using Fortify

15 lines (14 loc) 547 B
/*! * © Peculiar Ventures https://peculiarventures.com/ - BSD 3-Clause License */ /** * @license * Copyright (c) Peculiar Ventures, LLC. * * This source code is licensed under the BSD 3-Clause license found in the * LICENSE file in the root directory of this source tree. */ import { h } from "@stencil/core"; import { FortifyStatus } from "../fortify-status"; export const FortifyConnecting = () => (h(FortifyStatus, { title: "", description: "" }, h("peculiar-circular-progress", null))); //# sourceMappingURL=fortify-connecting.js.map