@passflow/passflow-react-sdk
Version:
Passflow React UI Kit
13 lines • 345 B
TypeScript
import { FC, PropsWithChildren } from 'react';
type TWrapper = PropsWithChildren & {
iconId?: string;
title?: string;
subtitle?: string;
className?: string;
customCss?: string;
customLogo?: string;
removeBranding?: boolean;
};
export declare const Wrapper: FC<TWrapper>;
export {};
//# sourceMappingURL=index.d.ts.map