UNPKG

@finsel-dgi/flow-dialog

Version:

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

6 lines 219 B
export interface LoaderProps { text?: string; className?: string; } export default function Loader({ text, className }: LoaderProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Loader.d.ts.map