@passageidentity/passage-react
Version:
Passkey Complete for React - Go completely passwordless with a standalone auth solution in your React apps with Passage by 1Password.
14 lines • 475 B
TypeScript
import React from 'react';
import { PassageThemeProps } from '../PassageTheme';
export interface IPassageProviderProps {
appId: string;
lang?: string;
defaultCountryCode?: string;
theme?: PassageThemeProps;
lightTheme?: PassageThemeProps;
darkTheme?: PassageThemeProps;
children: React.ReactNode;
}
export declare const PassageProvider: React.FC<IPassageProviderProps>;
export default PassageProvider;
//# sourceMappingURL=PassageProvider.d.ts.map