UNPKG

@finsel-dgi/flow-dialog

Version:

A reusable React component library for Pasby eID authentication flows with QR code scanning and signature verification

5 lines 264 B
import * as React from "react"; export interface QrCodeBorderProps extends React.ComponentPropsWithoutRef<'svg'> { } export declare function QrCodeBorder(props: QrCodeBorderProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=QrCodeBorder.d.ts.map