UNPKG

@passflow/passflow-react-sdk

Version:
7 lines 179 B
import { FC } from 'react'; export type TError = { goBackRedirectTo: string; error?: string; }; export declare const Error: FC<TError>; //# sourceMappingURL=index.d.ts.map