UNPKG

@passflow/passflow-react-sdk

Version:
10 lines 266 B
import { FC, PropsWithChildren } from 'react'; type TWrapper = PropsWithChildren & { iconId?: string; title?: string; subtitle?: string; className?: string; }; export declare const Wrapper: FC<TWrapper>; export {}; //# sourceMappingURL=index.d.ts.map