UNPKG

strapi-plugin-firebase-authentication

Version:

Allows easy integration between clients utilizing Firebase for authentication and Strapi

8 lines (7 loc) 260 B
import React from "react"; interface UserFormLayoutProps { children: React.ReactNode; sidebar?: React.ReactNode; } export declare const UserFormLayout: ({ children, sidebar }: UserFormLayoutProps) => import("react/jsx-runtime").JSX.Element; export {};