UNPKG

naim-firebase-auth-wrapper

Version:

React components and hooks for Firebase Authentication and Firestore with Mantine UI

7 lines 254 B
import React from 'react'; interface OrganizationManagementProps { onError?: (error: Error) => void; } export declare const OrganizationManagement: React.FC<OrganizationManagementProps>; export {}; //# sourceMappingURL=OrganizationManagement.d.ts.map