UNPKG

use-neo4j

Version:

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

18 lines (17 loc) 497 B
import { Neo4jScheme } from "./neo4j-config.interface"; export declare const schemes: Neo4jScheme[]; export declare const globalClassNames: { semantic: { login: string; loginContainer: string; loginServerGroup: string; loginOtherDatabase: string; form: string; formError: string; formGroup: string; formInput: string; formButtons: string; formButtonPrimary: string; formButtonSecondary: string; }; };