UNPKG

ruch

Version:

Revolutionary React TypeScript CLI with hexagonal architecture & AI-powered development assistance. Create maintainable, scalable applications with domain-driven design and integrated AI tooling.

10 lines 273 B
import React from 'react'; interface Services { } export declare const ServiceProvider: React.FC<{ services?: Partial<Services>; children: React.ReactNode; }>; export declare const useServices: () => Services; export {}; //# sourceMappingURL=ServiceContext.d.ts.map