@peculiar/fortify-webcomponents
Version:
Web-components for creating CSR or Certificate and viewing certificates list using Fortify
12 lines (10 loc) • 415 B
TypeScript
import type { Components, JSX } from "../dist/types/components";
interface PeculiarFortifyEnrollment extends Components.PeculiarFortifyEnrollment, HTMLElement {}
export const PeculiarFortifyEnrollment: {
prototype: PeculiarFortifyEnrollment;
new (): PeculiarFortifyEnrollment;
};
/**
* Used to define this component and all nested components recursively.
*/
export const defineCustomElement: () => void;