UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

9 lines (8 loc) 185 B
/// <reference types="react" /> type LoginProps = { title: string; subtitle: string; isLoading: boolean; }; declare const Login: React.FC<LoginProps>; export default Login;