UNPKG

use-neo4j

Version:

<div style="text-align:center"> <h1>React Hooks For Neo4j</h1>

10 lines (9 loc) 241 B
import React from 'react'; interface LoginDesktopProps { classNames: Record<string, any>; showActive?: boolean; onSubmit: Function; hide: Function; } export declare const LoginDesktop: React.FC<LoginDesktopProps>; export {};