Projekt

Obecné

Profil

Stáhnout (163 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
/**
2
 * Props prepared for the login form that is passed to the login layout.
3
 */
4
type LoginProps = {
5
    children: React.ReactNode;
6
};
7

    
8
export default LoginProps;
    (1-1/1)