@finsel-dgi/flow-dialog
Version:
A reusable React component library for Pasby eID authentication flows with QR code scanning and signature verification
12 lines • 550 B
TypeScript
import * as React from "react";
export interface TextProps extends React.ComponentPropsWithoutRef<'p'> {
color?: string;
textSize?: string;
className?: string;
}
export declare function Text({ className, color, textSize, ...props }: TextProps): import("react/jsx-runtime").JSX.Element;
export interface TextLinkProps extends React.ComponentPropsWithoutRef<'a'> {
className?: string;
}
export declare function TextLink({ className, ...props }: TextLinkProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Text.d.ts.map