@peculiar/fortify-webcomponents
Version:
Web-components for creating CSR or Certificate and viewing certificates list using Fortify
11 lines (8 loc) • 352 B
JavaScript
/*!
* © Peculiar Ventures https://peculiarventures.com/ - BSD 3-Clause License
*/
import { C as CsrViewer, d as defineCustomElement$1 } from './csr-viewer.js';
const PeculiarCsrViewer = CsrViewer;
const defineCustomElement = defineCustomElement$1;
export { PeculiarCsrViewer, defineCustomElement };
//# sourceMappingURL=peculiar-csr-viewer.js.map